diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index 03eb60d0..fff197c5 100644 --- a/src/defines.h +++ b/src/defines.h @@ -235,6 +235,9 @@ enum { GAMSG_REDIRECT = 0x0530, // L id AGMSG_REDIRECT_RESPONSE = 0x0531, // L id, B*32 token, S game address, W game port GAMSG_PLAYER_RECONNECT = 0x0532, // L id, B*32 token + GAMSG_SET_QUEST = 0x0540, // L id, S name, S value + GAMSG_GET_QUEST = 0x0541, // L id, S name + AGMSG_GET_QUEST_RESPONSE = 0x0542, // L id S name, S value #if 0 GAMSG_GUILD_CREATE = 0x0550, // S name |