Files
ice-hud/modules
Parnic debaf7f1ff Fixed Destruction Warlocks freezing on login in pre-7.0 (ticket #207)
Destruction Warlocks have a PowerMax of 1000 and apparently trying to create that many graphical frames blows something up really quick. In 7.0, everyone's runes are discrete objects, so I was trying to ensure that the graphical representations of a given power were ready at all times, but didn't consider the pre-7.0 case where this calculation would lead to an absurd number of "runes".
This change also fixes an errant CreateFrame() in UpdateRunePower() that was supposed to be self:CreateFrame(). CreateFrame() was just creating a nameless, parentless frame for no reason at all. Good job, me. This isn't C++.
2016-05-29 14:21:50 -05:00
..
2016-05-27 00:32:25 -05:00
2016-05-26 21:46:59 -05:00
2016-05-26 21:47:31 -05:00
2015-09-27 16:32:36 -05:00
2016-05-28 11:26:46 -05:00