[11320] Check if Creature::GetRespawnCoord() function returns valid map coordinates. Invalid data might cause crashes with movement generators.

Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
Ambal 2011-04-06 10:53:43 +03:00
parent 0f12e9cc3e
commit f46f4e1b87
2 changed files with 17 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11319"
#define REVISION_NR "11320"
#endif // __REVISION_NR_H__