From f4f16aea282771c5390892b0aed5b6641ca47101 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 7 Aug 2011 16:48:39 +0200 Subject: Core/Spells: Fixed radius of Mutated Plague (Professor Putricide encounter) Closes #2521 --- src/server/game/Spells/SpellMgr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index c1f3c6b80c0..0fb144e016e 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3263,6 +3263,12 @@ void SpellMgr::LoadDbcDataCorrections() case 72675: // Mutated Strength (Professor Putricide) spellInfo->Effect[1] = 0; break; + case 72454: // Mutated Plague (Professor Putricide) + case 72464: // Mutated Plague (Professor Putricide) + case 72506: // Mutated Plague (Professor Putricide) + case 72507: // Mutated Plague (Professor Putricide) + spellInfo->EffectRadiusIndex[0] = 28; // 50000yd + break; case 70911: // Unbound Plague (Professor Putricide) case 72854: // Unbound Plague (Professor Putricide) case 72855: // Unbound Plague (Professor Putricide) -- cgit v1.2.3