[9752] Add storage for min/maxgold of gameobject

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-04-16 08:44:15 +02:00
parent b31c006bdc
commit 5570f8c9cd
8 changed files with 17 additions and 5 deletions

View file

@ -396,6 +396,9 @@ struct GameObjectInfo
uint32 data[24];
} raw;
};
uint32 MinMoneyLoot;
uint32 MaxMoneyLoot;
uint32 ScriptId;
// helpers