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 | |
| parent | 78e92e9023eff0bffb1bdb1a4f110ba9fcb3c5a8 (diff) | |
*Update to Mangos 7083.
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/Database/DBCStructure.h | 8 | ||||
| -rw-r--r-- | src/shared/Database/DBCfmt.cpp | 2 | ||||
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
3 files changed, 6 insertions, 6 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"; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f8037402772..fc1f9a18e57 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7076" + #define REVISION_NR "7083" #endif // __REVISION_NR_H__ |
