mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[6980] Add some fixes to trigger system
Allow proc from every kill Fix (and remove hack) priest 32379 and rank (backfire damage after 1 sec) Remove not need stack overflow protection Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
12753049d1
commit
a1494d29dc
7 changed files with 28 additions and 36 deletions
|
|
@ -897,7 +897,7 @@ bool SpellMgr::IsSpellProcEventCanTriggeredBy(SpellProcEventEntry const * spellP
|
|||
return false;
|
||||
|
||||
// Always trigger for this
|
||||
if (EventProcFlag & (PROC_FLAG_KILLED | PROC_FLAG_KILL_AND_GET_XP))
|
||||
if (EventProcFlag & (PROC_FLAG_KILLED | PROC_FLAG_KILL))
|
||||
return true;
|
||||
|
||||
if (spellProcEvent) // Exist event data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue