diff options
Diffstat (limited to 'sql-files/mob_db2.sql')
-rw-r--r-- | sql-files/mob_db2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/mob_db2.sql b/sql-files/mob_db2.sql index 404e032c1..5ed77d174 100644 --- a/sql-files/mob_db2.sql +++ b/sql-files/mob_db2.sql @@ -52,7 +52,7 @@ CREATE TABLE `mob_db2` ( `Scale` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0', `Race` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0', `Element` TINYINT(4) UNSIGNED NOT NULL DEFAULT '0', - `Mode` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', + `Mode` INT(11) UNSIGNED NOT NULL DEFAULT '0', `Speed` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `aDelay` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `aMotion` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', |