From addbc37ff326a7882fb77c7d1effc984d73900a2 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 10 Nov 2010 03:18:22 +0000 Subject: [PATCH] - minor update to force a full redraw when entering/leaving an instance to help make sure the runes are in a good state --- modules/Runes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Runes.lua b/modules/Runes.lua index 938e87b..8edf4d0 100644 --- a/modules/Runes.lua +++ b/modules/Runes.lua @@ -215,6 +215,7 @@ function Runes.prototype:ResetRuneAvailability() for i=1, self.numRunes do self:UpdateRunePower(nil, i, true) end + self:Redraw() end -- simply shows/hides the foreground rune when it becomes usable/unusable. this allows the background transparent rune to show only