summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-11-01 04:13:56 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-11-01 04:13:56 +0100
commitfba5a19e5885e3f4ddca2c249a96fbbe24c846b8 (patch)
tree3d0ca109837c444aa75f5021d8b45545cfd0b043 /src/common
parent22142fd2cc8dd262ca1202ffeb5f4ef714870c4c (diff)
downloadmanaserv-fba5a19e5885e3f4ddca2c249a96fbbe24c846b8.tar.gz
manaserv-fba5a19e5885e3f4ddca2c249a96fbbe24c846b8.tar.xz
manaserv-fba5a19e5885e3f4ddca2c249a96fbbe24c846b8.zip
Renamed the db update 15 to 18 as requested by Bjorn.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 8946a39..cfc2f4c 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -26,7 +26,7 @@ namespace ManaServ {
enum {
PROTOCOL_VERSION = 1,
- SUPPORTED_DB_VERSION = 17
+ SUPPORTED_DB_VERSION = 18
};
/**