[9181] Rewrite parts of GameObject use for GO type 10

This implement using autoclose time for type 10 and also sending a custom animation for some.
To avoid duplicate code, remove code from SendLoot() (handled in Use() instead)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-01-15 01:23:11 +01:00
parent a461652636
commit 0d6b7f144c
3 changed files with 47 additions and 33 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9180"
#define REVISION_NR "9181"
#endif // __REVISION_NR_H__