fix(Core/Misc): restore playercreateinfo_item item deletion functionality (#7470)

This commit is contained in:
lineagedr
2021-08-25 11:21:27 +03:00
committed by GitHub
parent 731dec37ad
commit 2b9817f0c0
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629485842027723200');
ALTER TABLE `playercreateinfo_item`
CHANGE `amount` `amount` INT SIGNED NOT NULL DEFAULT 1;
DELETE FROM `playercreateinfo_item` WHERE `itemid` = 40582;
INSERT INTO `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`, `Note`) VALUES (0, 6, 40582, -1, "[TDB PH] - unsused Scourgestone");