diff options
| author | Keader <keader.android@gmail.com> | 2018-08-31 21:48:56 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-31 21:48:56 -0300 |
| commit | ca7ee982db4d25c464acf6daadc150d58dafa016 (patch) | |
| tree | 8a4b14587edeca7f2649666f2a68f4450c90cc1f /src/server/game/Spells/SpellInfo.cpp | |
| parent | 8a45191e92a277ee9aafebbd0c1aa082c6be4298 (diff) | |
Scripts/Ulduar: Algalon the Observer fixes (#22320)
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index fdf7e3c97e5..f09592f8ffa 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -3401,6 +3401,7 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, uint8 effIndex, std::unor case 40268: // Spiritual Vengeance, Teron Gorefiend, Black Temple case 61987: // Avenging Wrath Marker case 61988: // Divine Shield exclude aura + case 64412: // Phase Punch, Algalon the Observer, Ulduar case 72410: // Rune of Blood, Saurfang, Icecrown Citadel case 71204: // Touch of Insignificance, Lady Deathwhisper, Icecrown Citadel return false; |
