summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-28 22:22:52 +0100
committerHaru <haru@dotalux.com>2016-02-28 22:22:52 +0100
commit3305409b7208befa9f5d26620d30b3490365fc21 (patch)
treead415f95a8ef0bc71a8a0e4aebd7828fad52a87a /src/plugins
parent21f992314cde9243474bb171d09ec3d971b07214 (diff)
parent905b59d85b790ea57198c47e249690094b296bda (diff)
downloadhercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.gz
hercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.bz2
hercules-3305409b7208befa9f5d26620d30b3490365fc21.tar.xz
hercules-3305409b7208befa9f5d26620d30b3490365fc21.zip
Merged pull request #1093 - NoKnockback mode
Closes #1093 as merged
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/db2sql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c
index 7f2d184e3..34e1c2053 100644
--- a/src/plugins/db2sql.c
+++ b/src/plugins/db2sql.c
@@ -607,7 +607,7 @@ void mobdb2sql_tableheader(void)
" `Scale` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0',\n"
" `Race` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0',\n"
" `Element` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0',\n"
- " `Mode` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',\n"
+ " `Mode` INT(11) UNSIGNED NOT NULL DEFAULT '0',\n"
" `Speed` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',\n"
" `aDelay` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',\n"
" `aMotion` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',\n"