mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7175] Fix some hunter abilites
56342 and ranks - proc on trap activation 34497 and ranks - mana restor amount 56333 and ranks add some cast as trap activation Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
3f876e89cd
commit
be736100cb
7 changed files with 33 additions and 8 deletions
|
|
@ -750,7 +750,7 @@ void Spell::prepareDataForTriggerSystem()
|
|||
}
|
||||
// Hunter traps spells (for Entrapment trigger)
|
||||
// Gives your Immolation Trap, Frost Trap, Explosive Trap, and Snake Trap ....
|
||||
if (m_spellInfo->SpellFamilyName == SPELLFAMILY_HUNTER && m_spellInfo->SpellFamilyFlags & 0x0000200000000014LL)
|
||||
if (m_spellInfo->SpellFamilyName == SPELLFAMILY_HUNTER && m_spellInfo->SpellFamilyFlags & 0x000020000000001CLL)
|
||||
m_procAttacker |= PROC_FLAG_ON_TRAP_ACTIVATION;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue