diff options
author | Hercules.ws <dev@herc.ws> | 2017-04-09 15:25:51 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-04-09 15:25:51 +0200 |
commit | c6702cda77659f79a25b40a032c05aa056d73ede (patch) | |
tree | ffdae392b15916ba63757882ff2123555af001c9 /sql-files/item_db2.sql | |
parent | 63769a90e97e5e035aa9217f9814413acac86f0f (diff) | |
download | hercules-c6702cda77659f79a25b40a032c05aa056d73ede.tar.gz hercules-c6702cda77659f79a25b40a032c05aa056d73ede.tar.bz2 hercules-c6702cda77659f79a25b40a032c05aa056d73ede.tar.xz hercules-c6702cda77659f79a25b40a032c05aa056d73ede.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'sql-files/item_db2.sql')
-rw-r--r-- | sql-files/item_db2.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index 2e519c52f..9d6c1386f 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -49,6 +49,7 @@ CREATE TABLE `item_db2` ( `equip_level_min` smallint(5) UNSIGNED DEFAULT NULL, `equip_level_max` smallint(5) UNSIGNED DEFAULT NULL, `refineable` tinyint(1) UNSIGNED DEFAULT NULL, + `disable_options` tinyint(1) UNSIGNED DEFAULT NULL, `view` smallint(3) UNSIGNED DEFAULT NULL, `bindonequip` tinyint(1) UNSIGNED DEFAULT NULL, `forceserial` tinyint(1) UNSIGNED DEFAULT NULL, |