mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7080] More item_template data checks at loading.
Not all checks can be 100% correct result possible. Plerase, report proved wrong output and this checks part will disabled.
This commit is contained in:
parent
e8d32763a6
commit
d53b43024a
4 changed files with 24 additions and 6 deletions
|
|
@ -809,10 +809,10 @@ struct GtRegenMPPerSptEntry
|
|||
struct ItemEntry
|
||||
{
|
||||
uint32 ID;
|
||||
//uint32 Class;
|
||||
//uint32 SubClass;
|
||||
//uint32 Unk0;
|
||||
//uint32 Material;
|
||||
uint32 Class;
|
||||
uint32 SubClass;
|
||||
uint32 Unk0;
|
||||
uint32 Material;
|
||||
uint32 DisplayId;
|
||||
uint32 InventoryType;
|
||||
uint32 Sheath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue