mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Load SummonProperties.dbc, data not used yet
This commit is contained in:
parent
871f2e181c
commit
96f2b1d314
6 changed files with 33 additions and 3 deletions
|
|
@ -1234,6 +1234,16 @@ struct StableSlotPricesEntry
|
|||
uint32 Price;
|
||||
};
|
||||
|
||||
struct SummonPropertiesEntry
|
||||
{
|
||||
uint32 Id;
|
||||
uint32 Unk1;
|
||||
uint32 Unk2;
|
||||
uint32 Type;
|
||||
uint32 Slot;
|
||||
uint32 Flags;
|
||||
};
|
||||
|
||||
struct TalentEntry
|
||||
{
|
||||
uint32 TalentID; // 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue