diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/manaserv_protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h index 80863273..26db32c6 100644 --- a/src/common/manaserv_protocol.h +++ b/src/common/manaserv_protocol.h @@ -30,7 +30,7 @@ namespace ManaServ { enum { PROTOCOL_VERSION = 8, - SUPPORTED_DB_VERSION = 25 + SUPPORTED_DB_VERSION = 26 }; /** @@ -255,7 +255,7 @@ enum { PCMSG_KICK_USER = 0x0466, // W channel id, S name // -- Questlog - GPMSG_QUESTLOG_STATUS = 0x0470, // W quest id, B flags, [B status], [S questname], [S questdescription] + GPMSG_QUESTLOG_STATUS = 0x0470, // {W quest id, B flags, [B status], [S questname], [S questdescription]}* // Inter-server GAMSG_REGISTER = 0x0500, // S address, W port, S password, D items db revision |