fix: Dumb copy paste issue (packet_quest_info struct).

This commit is contained in:
WildEgo 2024-06-01 19:11:29 +01:00
parent 16e75e310c
commit 59dc653993

View File

@ -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
{