From 0e5bb0d172e9664f9c18f16b3e5dd812af47b73c Mon Sep 17 00:00:00 2001 From: click Date: Sun, 14 Nov 2010 18:51:14 +0100 Subject: Core/Spells: Fix druids "Natural Shapeshifter" DurationIndex (fix by PrinceCreed) Closes issue 2142. --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 30f88d59072..1fa668bd18d 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3782,6 +3782,11 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->Targets |= TARGET_FLAG_UNIT_CASTER; count++; break; + case 16834: // Natural shapeshifter + case 16835: + spellInfo->DurationIndex = 21; + count++; + break; case 51735: // Ebon Plague case 51734: case 51726: -- cgit v1.2.3