forked from metin2/client
fix: Dumb copy paste issue (packet_quest_info struct).
This commit is contained in:
parent
16e75e310c
commit
59dc653993
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user