- fixed totem module not resetting totems when going through a load screen (entering/leaving instance, etc.)

This commit is contained in:
Parnic
2010-10-17 21:18:35 +00:00
parent cb77e8358b
commit ee74e12ef9

View File

@ -212,7 +212,7 @@ end
function Totems.prototype:ResetTotemAvailability()
for i=1, self.numTotems do
self:UpdateTotem(nil, totem)
self:UpdateTotem(nil, i)
end
end