[10319] Prevent double remove aura holder at stacking limit.

If aura holder have 2 or 3 auras with fit to aura type stacking limitation
code can attempt deleted old aura holder 2/3 times.
This commit is contained in:
VladimirMangos 2010-08-04 18:58:47 +04:00
parent 29ab336b27
commit bfb1cb9e67
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10318"
#define REVISION_NR "10319"
#endif // __REVISION_NR_H__