mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8322] Fixed work spells with ..NOT_BREAK_STEALTH and without ..NO_INITIAL_AGGRO
* Target don't must lost stealth at hit by NOT_BREAK_STEALTH spell also. * Target don't must aggro at hit not NO_INITIAL_AGGRO spell if caster still not detected by aggro. This possoble in case when cast not remove stealth (spell have NOT_BREAK_STEALTH) * This fixed spell 921 wrong lost stealth at success and possible some other spells.
This commit is contained in:
parent
a1973ced28
commit
0449aadc74
2 changed files with 14 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8321"
|
||||
#define REVISION_NR "8322"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue