[8819] remove objects if unit leaves map

prior this - the objects were only removed when
unit itself gots removed
this fix some crashes with Object::SetUint64

thx to juansalvador and vladimir :)
This commit is contained in:
balrok 2009-11-10 05:36:19 -05:00
parent 537562f29f
commit 35d64c8d62
2 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8818"
#define REVISION_NR "8819"
#endif // __REVISION_NR_H__