diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index b25526be..0a5f383c 100644 --- a/src/defines.h +++ b/src/defines.h @@ -182,6 +182,7 @@ enum { // Inter-server GAMSG_REGISTER = 0x500, // S address, W port, { W map id }* + AGMSG_ACTIVE_MAP = 0x501, // W map id AGMSG_PLAYER_ENTER = 0x510, // L id, S name, B gender, B hair style, B hair color, B level, W money, // W*6 stats, W x, W y, W map id, B*32 token |