mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
Add positive exception for spell 56099
This commit is contained in:
parent
efb5223965
commit
fccb0cffc6
1 changed files with 1 additions and 0 deletions
|
|
@ -753,6 +753,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
|
||||||
case 37388: // Move 2
|
case 37388: // Move 2
|
||||||
case 49634: // Sergeant's Flare
|
case 49634: // Sergeant's Flare
|
||||||
case 54530: // Opening
|
case 54530: // Opening
|
||||||
|
case 56099: // Throw Ice
|
||||||
case 62105: // To'kini's Blowgun
|
case 62105: // To'kini's Blowgun
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue