diff options
author | megamage <none@none> | 2009-01-14 00:35:13 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-14 00:35:13 -0600 |
commit | 83e7f653fe6a1aad6121fa7606da620d14938e0c (patch) | |
tree | 3c470663f44d1b7949ead9091a615a81f8d14128 /src/shared/Database | |
parent | 78e92e9023eff0bffb1bdb1a4f110ba9fcb3c5a8 (diff) |
*Update to Mangos 7083.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 8 | ||||
-rw-r--r-- | src/shared/Database/DBCfmt.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index 5890f5c48f5..92839c9a35f 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -815,10 +815,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; diff --git a/src/shared/Database/DBCfmt.cpp b/src/shared/Database/DBCfmt.cpp index fffe3f98124..480b38c6b94 100644 --- a/src/shared/Database/DBCfmt.cpp +++ b/src/shared/Database/DBCfmt.cpp @@ -53,7 +53,7 @@ const char GtOCTRegenHPfmt[]="f"; //const char GtOCTRegenMPfmt[]="f"; const char GtRegenHPPerSptfmt[]="f"; const char GtRegenMPPerSptfmt[]="f"; -const char Itemfmt[]="nxxxxiii"; +const char Itemfmt[]="niiiiiii"; //const char ItemDisplayTemplateEntryfmt[]="nxxxxxxxxxxixxxxxxxxxxx"; //const char ItemCondExtCostsEntryfmt[]="xiii"; const char ItemExtendedCostEntryfmt[]="niiiiiiiiiiiiix"; |