mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0
This commit is contained in:
@ -205,11 +205,11 @@ end
|
||||
|
||||
function Totems.prototype:ResetTotemAvailability()
|
||||
for i=1, self.numTotems do
|
||||
self:UpdateTotem(totem)
|
||||
self:UpdateTotem(nil, totem)
|
||||
end
|
||||
end
|
||||
|
||||
function Totems.prototype:UpdateTotem(totem, ...)
|
||||
function Totems.prototype:UpdateTotem(event, totem, ...)
|
||||
if not totem or tonumber(totem) ~= totem or totem < 1 or totem > self.numTotems then
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user