diff options
Diffstat (limited to 'sql-files/mob_db2.sql')
-rw-r--r-- | sql-files/mob_db2.sql | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql-files/mob_db2.sql b/sql-files/mob_db2.sql index 404e032c1..55823993e 100644 --- a/sql-files/mob_db2.sql +++ b/sql-files/mob_db2.sql @@ -1,7 +1,7 @@ -- This file is part of Hercules. -- http://herc.ws - http://github.com/HerculesWS/Hercules -- --- Copyright (C) 2013-2016 Hercules Dev Team +-- Copyright (C) 2013-2017 Hercules Dev Team -- -- Hercules is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -21,6 +21,8 @@ -- please consider modifying the corresponding .conf file inside -- the db folder, and then re-run the db2sql plugin. +-- GENERATED FILE DO NOT EDIT -- + -- -- Table structure for table `mob_db2` -- @@ -52,7 +54,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', |