[10446] Small fix for single target auras: remove caster only auras

Avoid remove different caster aura if target have similar diff caster auras
in case when auras from diff casters allowed for spell.
This commit is contained in:
VladimirMangos 2010-09-05 08:50:37 +04:00
parent dfc9966d3b
commit 425375687c
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10445"
#define REVISION_NR "10446"
#endif // __REVISION_NR_H__