[9605] SetSummonPoint for any summoned creature.

Should fix a crash where summoned attempt moveRandom without having a valid summon point.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-03-18 14:04:47 +01:00
parent e11c4b4e03
commit a3de8da535
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9604"
#define REVISION_NR "9605"
#endif // __REVISION_NR_H__