[10329] Improve target selection for spell_script_target creature targets

Fixes a problem where database has more than one entry for a spell and target is explicitly provided by script side.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-08-08 22:45:11 +02:00
parent 1a1a541ecf
commit b0a3ad5aa5
2 changed files with 15 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10328"
#define REVISION_NR "10329"
#endif // __REVISION_NR_H__