[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:
VladimirMangos 2010-07-30 05:00:22 +04:00
parent 119e97a1a1
commit ed737c55cd
2 changed files with 6 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10286"
#define REVISION_NR "10287"
#endif // __REVISION_NR_H__