[11071] Some improvements to summon location of wild summoned

Not using a hard coded radius, instead summon at location where radius is 0 (or the actual radius).
Does only affect spells without TARGET_FLAG_DEST_LOCATION set (and the majority of those spells with implicit target 18)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-25 20:13:46 +01:00
parent c9fc5727fc
commit c54ae28ac2
2 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11070"
#define REVISION_NR "11071"
#endif // __REVISION_NR_H__