summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-12-03 03:48:33 +0800
committerErik Schilling <ablu.erikschilling@googlemail.com>2011-12-03 18:19:37 +0800
commit05aa5c78d64033f9f10184f49081c68a951ae754 (patch)
treeac4e5cda47858524f3f295b1415ad3707a29f4bf /src/common
parentefe49d70045098d067124ac5e9e2f9a73ecd78f1 (diff)
downloadmanaserv-05aa5c78d64033f9f10184f49081c68a951ae754.tar.gz
manaserv-05aa5c78d64033f9f10184f49081c68a951ae754.tar.xz
manaserv-05aa5c78d64033f9f10184f49081c68a951ae754.zip
Allowed larger item amounts for mysql database.
Changed range of amount to unsigned int(10). Sqlite update scripts is empty since no change was required here. Reviewed-by: Bertram.
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 cfc2f4c..13e7f8c 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 = 18
+ SUPPORTED_DB_VERSION = 19
};
/**