diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-08 11:50:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-08 11:50:35 -0300 |
commit | 9b3c9eab184fd4d750f4c93114207a687e36881b (patch) | |
tree | f08c5dd6bc91217f301f73a05234c7985644191c /sql-files/main.sql | |
parent | a578e3d0bac1cc558407131cbd5c78d06709f3a1 (diff) | |
download | serverdata-9b3c9eab184fd4d750f4c93114207a687e36881b.tar.gz serverdata-9b3c9eab184fd4d750f4c93114207a687e36881b.tar.bz2 serverdata-9b3c9eab184fd4d750f4c93114207a687e36881b.tar.xz serverdata-9b3c9eab184fd4d750f4c93114207a687e36881b.zip |
Hercules Ultimate Storage System. Implemented for Quirin.
This means that items stored by Quirin will be segregated from official storage
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r-- | sql-files/main.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index 7b99aa0ee..e2280d225 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -997,6 +997,7 @@ INSERT IGNORE INTO `sql_updates` (`timestamp`) VALUES (1596240000); -- 2020-08-0 CREATE TABLE IF NOT EXISTS `storage` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', + `storage_id` INT UNSIGNED NOT NULL DEFAULT '1', `nameid` INT(11) UNSIGNED NOT NULL DEFAULT '0', `amount` INT(11) UNSIGNED NOT NULL DEFAULT '0', `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0', |