[0125] Fix SpellShapeshiftEntry

Remove unexistant moveflags2
Fix spell 68992

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-17 18:59:55 +03:00 committed by Antz
parent cb28ee2736
commit 455f9d0aac
6 changed files with 10 additions and 14 deletions

View file

@ -3389,6 +3389,8 @@ void Spell::cast(bool skipCheck)
// Stoneskin
else if (m_spellInfo->Id == 20594)
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
else if (m_spellInfo->Id == 68992) // Darkflight
AddPrecastSpell(96223); // Run Speed Marker
// Chaos Bane strength buff
else if (m_spellInfo->Id == 71904)
AddTriggeredSpell(73422);