- fixed snd glyph detection due to new return value on GetGlyphSocketInfo

This commit is contained in:
Parnic
2010-10-16 06:05:13 +00:00
parent 5d68b2f6eb
commit af432dc2e1

View File

@ -366,7 +366,7 @@ end
function SliceAndDice.prototype:HasGlyphBonus()
for i=1,GetNumGlyphSockets() do
local enabled, _, spell = GetGlyphSocketInfo(i)
local enabled, _, _, spell = GetGlyphSocketInfo(i)
if enabled and spell == GlyphSpellId then
return true