diff options
author | megamage <none@none> | 2009-01-14 18:42:53 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-14 18:42:53 -0600 |
commit | 14e38a3ddf27a7ced018c59864c81dd6eb35217f (patch) | |
tree | d29e76ad51fea59cba9c808651929f549f7ba392 /src/shared/Database/DBCStructure.h | |
parent | 83e7f653fe6a1aad6121fa7606da620d14938e0c (diff) |
*Update to Mangos 7093.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index 92839c9a35f..fa61914a45a 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -814,14 +814,14 @@ struct GtRegenMPPerSptEntry struct ItemEntry { - uint32 ID; - uint32 Class; - uint32 SubClass; - uint32 Unk0; - uint32 Material; - uint32 DisplayId; - uint32 InventoryType; - uint32 Sheath; + uint32 ID; // 0 + uint32 Class; // 1 + //uint32 SubClass; // 2 some items have strnage subclasses + int32 Unk0; // 3 + int32 Material; // 4 + uint32 DisplayId; // 5 + uint32 InventoryType; // 6 + uint32 Sheath; // 7 }; struct ItemDisplayInfoEntry |