From c1af02049f25bfab099b7b700d61d3fb57013e46 Mon Sep 17 00:00:00 2001 From: collett Date: Fri, 4 Jun 2021 06:24:37 +0900 Subject: [PATCH] this packet was wrong the whole time but it didn't cause problems? --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 74126f05..6fab5ffe 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -776,8 +776,7 @@ namespace Sapphire::Network::Packets::Server uint8_t mountFeet; uint8_t mountColor; uint8_t scale; - uint16_t elementalLevel; // Eureka - uint16_t element; // Eureka + uint8_t elemental[6]; Common::StatusEffect effect[30]; Common::FFXIVARR_POSITION3 pos; uint32_t models[10];