summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/const.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/const.h b/src/config/const.h
index 06a54a76f..f4a2821f8 100644
--- a/src/config/const.h
+++ b/src/config/const.h
@@ -111,6 +111,13 @@
#undef CONSOLE_INPUT
#endif
+#ifdef RENEWAL
+ #define ITEMDB_SQL_COLUMNS 24
+#else
+ #define ITEMDB_SQL_COLUMNS 22
+#endif
+
+
/**
* End of File
**/