diff options
author | Spp- <spp@jorge.gr> | 2011-08-26 10:29:23 +0200 |
---|---|---|
committer | Spp- <spp@jorge.gr> | 2011-08-26 10:29:23 +0200 |
commit | e41774750f58c64a87f511dff4aeeda506ea7b48 (patch) | |
tree | 3c5de64b80d4efb85622dc1ce059ca88115784ec /src | |
parent | 7fe89b9674b2a2a222578d92cc0dfb98637937c8 (diff) |
Core/Spell: Partial revert of 85164d2 (Move icc spell back to original line to keep icc spells grouped)
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 5ec9807b8e0..9ce1de1a431 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3084,7 +3084,6 @@ void SpellMgr::LoadDbcDataCorrections() break; case 16834: // Natural shapeshifter case 16835: - case 71159: // Awaken Plagued Zombies spellInfo->DurationIndex = 21; break; case 51735: // Ebon Plague @@ -3249,6 +3248,9 @@ void SpellMgr::LoadDbcDataCorrections() case 71414: // Orange Ooze Summon (Professor Putricide) spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DEST; break; + case 71159: // Awaken Plagued Zombies + spellInfo->DurationIndex = 21; + break; // THIS IS HERE BECAUSE COOLDOWN ON CREATURE PROCS IS NOT IMPLEMENTED case 71604: // Mutated Strength (Professor Putricide) case 72673: // Mutated Strength (Professor Putricide) |