mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
[142] Implement worgen transformations
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
parent
0dd98c1e8d
commit
9a00d62017
7 changed files with 34 additions and 5 deletions
|
|
@ -411,7 +411,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 forces client-side transformation to worgen form
|
||||
&Aura::HandleNoImmediateEffect, //358 SPELL_AURA_WORGEN_TRANSFORM 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