Skip to content

Commit

Permalink
[Spell] Ghost Visual Spells should not be removed on Evade
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS authored and killerwife committed Sep 26, 2023
1 parent a592f7c commit dc0cafd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/game/Spells/SpellMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ inline bool IsSpellRemovedOnEvade(SpellEntry const* spellInfo)
case 9205: // Hate to Zero (Hate to Zero)
case 9460: // Corrosive Ooze
case 9464: // Barbs
case 9617: // Ghost Visual
case 9769: // Radiation
case 9941: // Spell Reflection
case 10022: // Deadly Poison
Expand Down Expand Up @@ -653,6 +654,7 @@ inline bool IsSpellRemovedOnEvade(SpellEntry const* spellInfo)
case 21862: // Radiation
case 22128: // Thorns
case 22578: // Glowy (Black)
case 22650: // Ghost Visual
case 22735: // Spirit of Runn Tum
case 22781: // Thornling
case 22788: // Grow
Expand All @@ -665,6 +667,7 @@ inline bool IsSpellRemovedOnEvade(SpellEntry const* spellInfo)
case 27578: // Battle Shout
case 27793: // Disease Cloud
case 27987: // Unholy Aura
case 28002: // Ghost Visual
case 28126: // Spirit Particles (purple)
case 28156: // Disease Cloud
case 28362: // Disease Cloud
Expand All @@ -675,6 +678,7 @@ inline bool IsSpellRemovedOnEvade(SpellEntry const* spellInfo)
case 30074: // Toxic Gas
case 30205: // Shadow Cage - Magtheridon
case 30982: // Crippling Poison
case 30987: // Ghost Visual (Red)
case 31332: // Dire Wolf Visual
case 31387: // Time Rift Channel
case 31607: // Disease Cloud
Expand Down Expand Up @@ -703,7 +707,9 @@ inline bool IsSpellRemovedOnEvade(SpellEntry const* spellInfo)
case 35408: // Fear Proc
case 35596: // Power of the Legion
case 35747: // Flame Buffet
case 35838: // Ghost Visual
case 35841: // Draenei Spirit Visual
case 35847: // Ghost Visual Red
case 35850: // Draenei Spirit Visual 2
case 35917: // Firey Intellect
case 36006: // Fel Fire Aura
Expand Down

0 comments on commit dc0cafd

Please sign in to comment.