summaryrefslogtreecommitdiff
path: root/sql-files/item_db.sql
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2016-10-03 15:39:36 +0200
committerHerculesWSAPI <dev@herc.ws>2016-10-03 15:39:36 +0200
commit55fbd44624651040d851ac14642aec605700890e (patch)
tree29a0cd764c1aa5e77910d1e555b42571ddf935e2 /sql-files/item_db.sql
parent9a5639a436069db47e9ef47a169c227832511c67 (diff)
downloadhercules-55fbd44624651040d851ac14642aec605700890e.tar.gz
hercules-55fbd44624651040d851ac14642aec605700890e.tar.bz2
hercules-55fbd44624651040d851ac14642aec605700890e.tar.xz
hercules-55fbd44624651040d851ac14642aec605700890e.zip
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'sql-files/item_db.sql')
-rw-r--r--sql-files/item_db.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql
index fcd9d8478..5b8b9fc54 100644
--- a/sql-files/item_db.sql
+++ b/sql-files/item_db.sql
@@ -44,7 +44,7 @@ CREATE TABLE `item_db` (
`equip_jobs` bigint(20) UNSIGNED DEFAULT NULL,
`equip_upper` tinyint(8) UNSIGNED DEFAULT NULL,
`equip_genders` tinyint(2) UNSIGNED DEFAULT NULL,
- `equip_locations` smallint(4) UNSIGNED DEFAULT NULL,
+ `equip_locations` mediumint(8) UNSIGNED DEFAULT NULL,
`weapon_level` tinyint(2) UNSIGNED DEFAULT NULL,
`equip_level_min` smallint(5) UNSIGNED DEFAULT NULL,
`equip_level_max` smallint(5) UNSIGNED DEFAULT NULL,