mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10287] Fixed crash in result double deleting auras in some cases.
Pre-aura holder code always remove auras from diff lists before un-apply aura affect call. Restore this way work for new aura holder code. This prevent different strange affects when aura find by search when it already expected to be removed from target, including case when in result som un-apply called code aura deleted 2 times.
This commit is contained in:
parent
119e97a1a1
commit
ed737c55cd
2 changed files with 6 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10286"
|
||||
#define REVISION_NR "10287"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue