From ee74e12ef9994d2d615db106bb4192d945f997a4 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 17 Oct 2010 21:18:35 +0000 Subject: [PATCH] - fixed totem module not resetting totems when going through a load screen (entering/leaving instance, etc.) --- modules/Totems.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Totems.lua b/modules/Totems.lua index 327b6d3..8d425c8 100644 --- a/modules/Totems.lua +++ b/modules/Totems.lua @@ -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