From a73f60bde1d38f7ac553a0b0cfc8de0477731e96 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Feb 2021 13:43:24 -0300 Subject: Fix SQL bug reported by @Raizel --- sql-files/main.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files') diff --git a/sql-files/main.sql b/sql-files/main.sql index f48da3c96..7b99aa0ee 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -998,7 +998,7 @@ CREATE TABLE IF NOT EXISTS `storage` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `nameid` INT(11) UNSIGNED NOT NULL DEFAULT '0', - `amount` SMALLINT(11) UNSIGNED NOT NULL DEFAULT '0', + `amount` INT(11) UNSIGNED NOT NULL DEFAULT '0', `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0', `identify` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `refine` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', -- cgit v1.2.3-60-g2f50