mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9752] Add storage for min/maxgold of gameobject
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
b31c006bdc
commit
5570f8c9cd
8 changed files with 17 additions and 5 deletions
|
|
@ -396,6 +396,9 @@ struct GameObjectInfo
|
|||
uint32 data[24];
|
||||
} raw;
|
||||
};
|
||||
|
||||
uint32 MinMoneyLoot;
|
||||
uint32 MaxMoneyLoot;
|
||||
uint32 ScriptId;
|
||||
|
||||
// helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue