diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-07-08 03:44:41 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-07-08 03:44:41 +0200 |
commit | 7b1293c3caf76b5587aa3abe8df57b1083c2175d (patch) | |
tree | b47dade43574a2e49a8f62b0368cde2b1a11940f /sql-files/item_db2.sql | |
parent | 488a874c136192e48e24afee710e7381b7cd5bd6 (diff) | |
download | hercules-7b1293c3caf76b5587aa3abe8df57b1083c2175d.tar.gz hercules-7b1293c3caf76b5587aa3abe8df57b1083c2175d.tar.bz2 hercules-7b1293c3caf76b5587aa3abe8df57b1083c2175d.tar.xz hercules-7b1293c3caf76b5587aa3abe8df57b1083c2175d.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'sql-files/item_db2.sql')
-rw-r--r-- | sql-files/item_db2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index b72c60a85..cde11c79d 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -31,7 +31,7 @@ CREATE TABLE `item_db2` ( `refineable` tinyint(1) UNSIGNED DEFAULT NULL, `view` smallint(3) UNSIGNED DEFAULT NULL, `bindonequip` tinyint(1) UNSIGNED DEFAULT NULL, - `forceserial` tinyint(1) unsigned DEFAULT NULL, + `forceserial` tinyint(1) UNSIGNED DEFAULT NULL, `buyingstore` tinyint(1) UNSIGNED DEFAULT NULL, `delay` mediumint(9) UNSIGNED DEFAULT NULL, `trade_flag` smallint(4) UNSIGNED DEFAULT NULL, |