[11807] Add gameobject_addon table

table holds additional per-guid gameobject data.
currently it contains path rotation info that required for some elevators and transports
This commit is contained in:
SilverIce 2011-09-26 02:34:29 +03:00
parent 7a67f27ab3
commit 3567e69a3d
11 changed files with 93 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11806"
#define REVISION_NR "11807"
#endif // __REVISION_NR_H__