1.10beta1-4-gc0771ea
Details
-
FilenameIceHUD-1.10beta1-4-gc0771ea.zip
-
Uploaded by
-
UploadedJun 7, 2016
-
Size985.17 KB
-
Downloads180
-
MD552ed54e4e751978db1af2daf041df9e3
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.