diff --git a/src/UserInterface/Packet.h b/src/UserInterface/Packet.h index ad5b34b6..04ff280d 100644 --- a/src/UserInterface/Packet.h +++ b/src/UserInterface/Packet.h @@ -19,6 +19,7 @@ typedef struct _AHNHS_TRANS_BUFFER #endif /* !USE_AHNLAB_HACKSHIELD */ #include "../gamelib/RaceData.h" +#include "Locale.h" typedef BYTE TPacketHeader; @@ -1977,12 +1978,11 @@ typedef struct packet_quest_info WORD size; WORD index; BYTE flag; -} TPacketGCQuestInfo; - #if defined(ENABLE_QUEST_RENEWAL) BYTE type; bool is_confirmed; #endif +} TPacketGCQuestInfo; typedef struct packet_quest_confirm {