DB/Item: Add gold loot to item Chest of Spoils

Closes #23369

(cherry picked from commit b4a2d18b9e)
This commit is contained in:
Wyrserth
2019-06-06 16:39:16 +02:00
committed by Shauren
parent 6303c7bcb1
commit ca6fe70745

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `item_template_addon` WHERE `Id`=20602;
INSERT INTO `item_template_addon` (`Id`,`MinMoneyLoot`,`MaxMoneyLoot`) VALUES
(20602,600000,1000000);