mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50: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()
|
function SliceAndDice.prototype:HasGlyphBonus()
|
||||||
for i=1,GetNumGlyphSockets() do
|
for i=1,GetNumGlyphSockets() do
|
||||||
local enabled, _, spell = GetGlyphSocketInfo(i)
|
local enabled, _, _, spell = GetGlyphSocketInfo(i)
|
||||||
|
|
||||||
if enabled and spell == GlyphSpellId then
|
if enabled and spell == GlyphSpellId then
|
||||||
return true
|
return true
|
||||||
|
Reference in New Issue
Block a user