1.10beta1-4-gc0771ea-nolib
This is an additional file related to
1.10beta1-4-gc0771ea.
Details
-
FilenameIceHUD-1.10beta1-4-gc0771ea-nolib.zip
-
Uploaded by
-
UploadedJun 7, 2016
-
Size690.10 KB
-
Downloads59
-
MD580af2d689ef0fc3cfefd8535dfd30aeb
Supported WoW Retail Versions
- 7.0.3
- 6.2.4
Changelog
Parnic:
- Enabled useful debug print
Converted to use IceHUD:Debug() so that we can turn it on and off.
- Suppressed noisy debug message
This message prints constantly against training dummies, so let's just turn it off.
- Fixed Death Runes never showing up on Live
UnitPowerMax for SPELL_POWER_RUNES is 0 on live, so numRunes was 0 which was causing UpdateRuneType to throw out the update.
- Added second argument to UnitPower
I keep seeing things online saying the one-argument version of UnitPower has been deprecated, so I figured I'd go ahead and update my few uses of it in case it actually gets removed at some point. I haven't had any trouble with it, though.