From a5a9503bbe80068863bc129afcb41e5ea02cd8b3 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sat, 3 Nov 2012 10:09:41 +0100 Subject: DB/Loot: readd loot to stinky from clean 49 (removed by accident) Closes #8222 --- sql/updates/world/2012_11_03_00_world_creature_loot_template.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2012_11_03_00_world_creature_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql b/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql new file mode 100644 index 00000000000..0e5c39b796d --- /dev/null +++ b/sql/updates/world/2012_11_03_00_world_creature_loot_template.sql @@ -0,0 +1,6 @@ +-- Readd loot to Stinky +DELETE FROM `creature_loot_template` WHERE `entry` IN(37025,38064); +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) +VALUES +(37025,1,100,1,0,-35069,2), +(38064,1,100,1,0,-35069,2); -- cgit v1.2.3