mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Item: Add gold loot to item Chest of Spoils
Closes #23369
(cherry picked from commit b4a2d18b9e)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `item_template_addon` WHERE `Id`=20602;
|
||||
INSERT INTO `item_template_addon` (`Id`,`MinMoneyLoot`,`MaxMoneyLoot`) VALUES
|
||||
(20602,600000,1000000);
|
||||
Reference in New Issue
Block a user