mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[8346] Avoid aggro at positive spells for non friendly targets.
* Not all positive spell have SPELL_ATTR_EX_NO_INITIAL_AGGRO (for react at assistance). Avoid aggro at positive spell without this flag for non frindly target. * Some cleanups and better checks in IsPositiveEffect.
This commit is contained in:
parent
dddacab0dd
commit
99f74411a0
3 changed files with 27 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8345"
|
||||
#define REVISION_NR "8346"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue