mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[0125] Fix SpellShapeshiftEntry
Remove unexistant moveflags2 Fix spell 68992 Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
cb28ee2736
commit
455f9d0aac
6 changed files with 10 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue