mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Rework of the text link translator code (Known bug with broadcast message link size not in OP_ChannelMessage or OP_SpecialMesg)
This commit is contained in:
@@ -4115,23 +4115,6 @@ struct AltCurrencySellItem_Struct {
|
||||
/*010*/ uint32 cost;
|
||||
};
|
||||
|
||||
// SoF: "%1X" "%05X" "%05X" "%05X" "%05X" "%05X" "%05X" "%1X" "%04X" "%1X" "%05X" "%08X"
|
||||
struct TextLinkBody_Struct
|
||||
{
|
||||
uint8 unknown_1;
|
||||
uint32 item_id;
|
||||
uint32 augment_1;
|
||||
uint32 augment_2;
|
||||
uint32 augment_3;
|
||||
uint32 augment_4;
|
||||
uint32 augment_5;
|
||||
uint8 is_evolving;
|
||||
uint32 lore_group;
|
||||
uint8 evolve_max;
|
||||
uint32 ornament_icon;
|
||||
int hash;
|
||||
};
|
||||
|
||||
}; //end namespace structs
|
||||
}; //end namespace SoF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user