mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed snd glyph detection due to new return value on GetGlyphSocketInfo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user