mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core/Misc): restore playercreateinfo_item item deletion functionality (#7470)
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user