mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Added new fields to database.
This commit is contained in:
parent
42795a5539
commit
885d1256b2
8 changed files with 35 additions and 13 deletions
|
|
@ -41,9 +41,11 @@ struct GameObjectInfo
|
|||
char *name;
|
||||
char *IconName;
|
||||
char *castBarCaption;
|
||||
char *unk1;
|
||||
uint32 faction;
|
||||
uint32 flags;
|
||||
float size;
|
||||
uint32 questItems[4];
|
||||
union // different GO types have different data field
|
||||
{
|
||||
//0 GAMEOBJECT_TYPE_DOOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue