[12736] Implemented reforge, also added missing part for HandleObjectUpdateFailedOpcode

This commit is contained in:
sanctum32 2013-11-18 19:04:50 +02:00 committed by Antz
parent 22e906cea5
commit 3490f642cf
17 changed files with 464 additions and 14 deletions

View file

@ -1162,7 +1162,7 @@ struct ItemClassEntry
uint32 Class; // 1
//uint32 unk2; // 2 looks like second class
//uint32 unk3; // 3 1 for weapons
//float Multiplier // 4
float PriceFactor; // 4
DBCString name; // 5 m_name_lang
};
@ -1223,6 +1223,15 @@ struct ItemRandomSuffixEntry
uint32 prefix[5]; // 8-12 m_allocationPct
};
struct ItemReforgeEntry
{
uint32 Id; // 0
uint32 SourceStat; // 1
float SourceMultiplier; // 2
uint32 FinalStat; // 3
float FinalMultiplier; // 4
};
struct ItemSetEntry
{
//uint32 id // 0 m_ID