From 73f1933f94bcadb8c3b3f9763e6afad5f02891f4 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Mon, 23 Sep 2013 22:37:15 +0200 Subject: Store questlog values in the database --- src/common/manaserv_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') 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 -- cgit v1.2.3-70-g09d2