diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-02-28 22:26:54 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-02-28 22:26:54 +0100 |
commit | 37fefe0d863f74a8229dd57c72a6cef6c1071730 (patch) | |
tree | 4c1318f97acba074011767474ef983277046ca41 /sql-files/mob_db2.sql | |
parent | 37521747b02e605fbdde22d27800526a53e3aa72 (diff) | |
download | hercules-37fefe0d863f74a8229dd57c72a6cef6c1071730.tar.gz hercules-37fefe0d863f74a8229dd57c72a6cef6c1071730.tar.bz2 hercules-37fefe0d863f74a8229dd57c72a6cef6c1071730.tar.xz hercules-37fefe0d863f74a8229dd57c72a6cef6c1071730.zip |
MobDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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', |