From 9b3c9eab184fd4d750f4c93114207a687e36881b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Mar 2021 11:50:35 -0300 Subject: Hercules Ultimate Storage System. Implemented for Quirin. This means that items stored by Quirin will be segregated from official storage --- sql-files/main.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql-files/main.sql') 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', -- cgit v1.2.3-70-g09d2