From ca6fe707454b8447ee09f2a728ef34f81bf49167 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Thu, 6 Jun 2019 16:39:16 +0200 Subject: DB/Item: Add gold loot to item Chest of Spoils Closes #23369 (cherry picked from commit b4a2d18b9e53231ca62f0f5b722c8896846dbdf6) --- sql/updates/world/master/2021_12_10_16_world_2019_06_06_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_10_16_world_2019_06_06_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_10_16_world_2019_06_06_00_world.sql b/sql/updates/world/master/2021_12_10_16_world_2019_06_06_00_world.sql new file mode 100644 index 00000000000..524969ccecd --- /dev/null +++ b/sql/updates/world/master/2021_12_10_16_world_2019_06_06_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `item_template_addon` WHERE `Id`=20602; +INSERT INTO `item_template_addon` (`Id`,`MinMoneyLoot`,`MaxMoneyLoot`) VALUES +(20602,600000,1000000); -- cgit v1.2.3