summaryrefslogtreecommitdiff
path: root/sql-files/item_db2.sql
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2015-07-08 03:44:41 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2015-07-08 03:44:41 +0200
commit7b1293c3caf76b5587aa3abe8df57b1083c2175d (patch)
treeb47dade43574a2e49a8f62b0368cde2b1a11940f /sql-files/item_db2.sql
parent488a874c136192e48e24afee710e7381b7cd5bd6 (diff)
downloadhercules-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.sql2
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,