mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[12736] Implemented reforge, also added missing part for HandleObjectUpdateFailedOpcode
This commit is contained in:
parent
22e906cea5
commit
3490f642cf
17 changed files with 464 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue