[9876] Fixed TARGET_ALL_FRIENDLY_UNITS_AROUND_CASTER work

TARGET_ALL_FRIENDLY_UNITS_AROUND_CASTER expected seelction friendly targets
for spell caster around spell caster (so ignore original caster faction).
This meaning that for begative spell also selected friendly targets for
spell caster object.
This commit is contained in:
VladimirMangos 2010-05-12 03:29:29 +04:00
parent 5a572b9991
commit d04dd4e5bf
5 changed files with 25 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9875"
#define REVISION_NR "9876"
#endif // __REVISION_NR_H__