diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-05-31 03:30:14 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-05-31 03:30:14 +0200 |
commit | 2bf392d15b0d3f301c0e99f3e24ac8ee9c1c562b (patch) | |
tree | 360e76b805fc159929cd3483140e7a696ff33e9d /sql-files/item_db2.sql | |
parent | 287a9dea71fe4edb595c2457af88cfdbe60a4907 (diff) | |
download | hercules-2bf392d15b0d3f301c0e99f3e24ac8ee9c1c562b.tar.gz hercules-2bf392d15b0d3f301c0e99f3e24ac8ee9c1c562b.tar.bz2 hercules-2bf392d15b0d3f301c0e99f3e24ac8ee9c1c562b.tar.xz hercules-2bf392d15b0d3f301c0e99f3e24ac8ee9c1c562b.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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index 747f925f0..05a8121e6 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -31,6 +31,15 @@ CREATE TABLE `item_db2` ( `refineable` tinyint(1) UNSIGNED DEFAULT NULL, `view` smallint(3) UNSIGNED DEFAULT NULL, `bindonequip` tinyint(1) UNSIGNED DEFAULT NULL, + `buyingstore` tinyint(1) UNSIGNED DEFAULT NULL, + `delay` mediumint(9) UNSIGNED DEFAULT NULL, + `trade_flag` smallint(4) UNSIGNED DEFAULT NULL, + `trade_group` smallint(3) UNSIGNED DEFAULT NULL, + `nouse_flag` smallint(4) UNSIGNED DEFAULT NULL, + `nouse_group` smallint(4) UNSIGNED DEFAULT NULL, + `stack_amount` mediumint(6) UNSIGNED DEFAULT NULL, + `stack_flag` tinyint(2) UNSIGNED DEFAULT NULL, + `sprite` mediumint(6) UNSIGNED DEFAULT NULL, `script` text, `equip_script` text, `unequip_script` text, |