diff options
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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: |