mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +00:00
Fix for text link issues with items whose loregroup is '-1'
This commit is contained in:
+13
-14
@@ -5270,20 +5270,19 @@ struct ClientMarqueeMessage_Struct {
|
||||
typedef std::list<ServerLootItem_Struct*> ItemList;
|
||||
|
||||
struct TextLinkBody_Struct {
|
||||
uint8 unknown_1; /* '%1X' - Server field 1 */
|
||||
uint32 item_id; /* '%05X' - Server field 2 */
|
||||
uint32 augment_1; /* '%05X' - Server field 3 */
|
||||
uint32 augment_2; /* '%05X' - Server field 4 */
|
||||
uint32 augment_3; /* '%05X' - Server field 5 */
|
||||
uint32 augment_4; /* '%05X' - Server field 6 */
|
||||
uint32 augment_5; /* '%05X' - Server field 7 */
|
||||
uint32 augment_6; /* '%05X' - Server field 8 */
|
||||
uint8 unknown_2; /* '%1X' - Server field 9 */
|
||||
uint8 unknown_3; /* '%1X' - Server field 10 */
|
||||
uint32 unknown_4; /* '%04X' - Server field 11 */
|
||||
uint8 unknown_5; /* '%1X' - Server field 12 */
|
||||
uint32 ornament_icon; /* '%05X' - Server field 13 */
|
||||
int hash; /* '%08X' - Server field 14 */
|
||||
uint8 unknown_1;
|
||||
uint32 item_id;
|
||||
uint32 augment_1;
|
||||
uint32 augment_2;
|
||||
uint32 augment_3;
|
||||
uint32 augment_4;
|
||||
uint32 augment_5;
|
||||
uint32 augment_6;
|
||||
uint8 is_evolving;
|
||||
uint32 lore_group;
|
||||
uint8 evolve_max;
|
||||
uint32 ornament_icon;
|
||||
int hash;
|
||||
};
|
||||
|
||||
// Restore structure packing to default
|
||||
|
||||
Reference in New Issue
Block a user