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 */
|
#endif /* !USE_AHNLAB_HACKSHIELD */
|
||||||
|
|
||||||
#include "../gamelib/RaceData.h"
|
#include "../gamelib/RaceData.h"
|
||||||
|
#include "Locale.h"
|
||||||
|
|
||||||
typedef BYTE TPacketHeader;
|
typedef BYTE TPacketHeader;
|
||||||
|
|
||||||
@ -1977,12 +1978,11 @@ typedef struct packet_quest_info
|
|||||||
WORD size;
|
WORD size;
|
||||||
WORD index;
|
WORD index;
|
||||||
BYTE flag;
|
BYTE flag;
|
||||||
} TPacketGCQuestInfo;
|
|
||||||
|
|
||||||
#if defined(ENABLE_QUEST_RENEWAL)
|
#if defined(ENABLE_QUEST_RENEWAL)
|
||||||
BYTE type;
|
BYTE type;
|
||||||
bool is_confirmed;
|
bool is_confirmed;
|
||||||
#endif
|
#endif
|
||||||
|
} TPacketGCQuestInfo;
|
||||||
|
|
||||||
typedef struct packet_quest_confirm
|
typedef struct packet_quest_confirm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user