mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed totem module not resetting totems when going through a load screen (entering/leaving instance, etc.)
This commit is contained in:
@ -212,7 +212,7 @@ end
|
|||||||
|
|
||||||
function Totems.prototype:ResetTotemAvailability()
|
function Totems.prototype:ResetTotemAvailability()
|
||||||
for i=1, self.numTotems do
|
for i=1, self.numTotems do
|
||||||
self:UpdateTotem(nil, totem)
|
self:UpdateTotem(nil, i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user