diff options
author | Keader <keader.android@gmail.com> | 2017-10-27 08:28:48 -0300 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-21 22:30:40 +0100 |
commit | 2cb3d9514d5f590448f27192edbb05dd240f21cf (patch) | |
tree | 6ddae0aed1d3ae6cbf60796ad3be1dfeb3c47a41 | |
parent | 8a6fdb7a21d43bb61bd27ce7cd57663e957e6689 (diff) |
Typo
(cherry picked from commit 04271388f8ba5160de0411451673a67a6828ae8a)
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index e422abe4690..63a57259486 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -4218,11 +4218,11 @@ bool SpellInfo::_IsPositiveEffect(uint32 effIndex, bool deep) const { case 29214: // Wrath of the Plaguebringer case 34700: // Allergic Reaction + case 41914: // Parasitic Shadowfiend (Illidan) + case 41917: // Parasitic Shadowfiend (Illidan) case 54836: // Wrath of the Plaguebringer case 61987: // Avenging Wrath Marker case 61988: // Divine Shield exclude aura - case 41914: // Parasitic Shadowfiend (Illidan) - case 41917: // Parasitic Shadowfiend (Illidan) return false; case 30877: // Tag Murloc case 61716: // Rabbit Costume |