mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 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
|
|
@ -410,7 +410,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS] =
|
|||
&Aura::HandleUnused, //355 0 spells in 4.3.4
|
||||
&Aura::HandleNULL, //356 SPELL_AURA_MOD_DAMAGE_DONE_FROM_PCT_POWER 2 spells in 4.3.4
|
||||
&Aura::HandleNULL, //357 1 spells in 4.3.4 Enable Tower Assault Unit Frame
|
||||
&Aura::HandleNULL, //358 5 spells in 4.3.4 worgen form/mount related
|
||||
&Aura::HandleNULL, //358 5 spells in 4.3.4 forces client-side transformation to worgen form
|
||||
&Aura::HandleNULL, //359 1 spells in 4.3.4 healing done vs aurastate?
|
||||
&Aura::HandleNULL, //360 SPELL_AURA_PROC_DUPLICATE_SPELLS 2 spells in 4.3.4
|
||||
&Aura::HandleNULL, //361 4 spells in 4.3.4 some damage spells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue