mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Spell: Partial revert of 85164d2 (Move icc spell back to original line to keep icc spells grouped)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user