diff options
| author | joschiwald <joschiwald@online.de> | 2013-08-20 18:11:41 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald@online.de> | 2013-08-20 18:11:41 +0200 |
| commit | 7e3a52bb42a6f1a7882440fce575f82b9d0fe6ec (patch) | |
| tree | 71759285b1f8885dae940bbe7851769f96d2b60b /src/server/game | |
| parent | d74b8f0a1a4c72506d5a287334b6e7ae663da8ac (diff) | |
Scripts/HallsOfLightning: reworked InstanceScript
Diffstat (limited to 'src/server/game')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 94454e8440d..ebf7121eb54 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3374,10 +3374,6 @@ void SpellMgr::LoadSpellInfoCorrections() case 53313: // Entangling Roots (Rank 8) -- Nature's Grasp Proc spellInfo->CastTimeEntry = sSpellCastTimesStore.LookupEntry(1); break; - case 59414: // Pulsing Shockwave Aura (Loken) - // this flag breaks movement, remove it - spellInfo->AttributesEx &= ~SPELL_ATTR1_CHANNELED_1; - break; case 61719: // Easter Lay Noblegarden Egg Aura - Interrupt flags copied from aura which this aura is linked with spellInfo->AuraInterruptFlags = AURA_INTERRUPT_FLAG_HITBYSPELL | AURA_INTERRUPT_FLAG_TAKE_DAMAGE; break; |
