mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
[6965] Implement aura SPELL_AURA_PROC_TRIGGER_SPELL_WITH_VALUE.
This must let work triggering part of: DK talents 49182, 49027, 49149, 49223, 50880, 55610 and ranks Warrior glyph item 43418 And some boss spells. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dd65b8b840
commit
27175a9ad8
4 changed files with 15 additions and 3 deletions
|
|
@ -281,7 +281,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS]=
|
|||
&Aura::HandleNoImmediateEffect, //228 stealth detection
|
||||
&Aura::HandleNULL, //229 SPELL_AURA_MOD_AOE_DAMAGE_AVOIDANCE
|
||||
&Aura::HandleAuraModIncreaseMaxHealth, //230 Commanding Shout
|
||||
&Aura::HandleNULL, //231
|
||||
&Aura::HandleNoImmediateEffect, //231 SPELL_AURA_PROC_TRIGGER_SPELL_WITH_VALUE
|
||||
&Aura::HandleNoImmediateEffect, //232 SPELL_AURA_MECHANIC_DURATION_MOD implement in Unit::CalculateSpellDuration
|
||||
&Aura::HandleNULL, //233 set model id to the one of the creature with id m_modifier.m_miscvalue
|
||||
&Aura::HandleNoImmediateEffect, //234 SPELL_AURA_MECHANIC_DURATION_MOD_NOT_STACK implement in Unit::CalculateSpellDuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue