From 15efc1e30f074d0e28102995f7d086ea7b36a5ae Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 2 Nov 2013 10:01:36 +0100 Subject: DB/Loot: Voidwalker Minions are not meant to drop loot By dr-j and Exodius closes #11012 --- sql/updates/world/2013_11_02_06_world_loot.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_11_02_06_world_loot.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_11_02_06_world_loot.sql b/sql/updates/world/2013_11_02_06_world_loot.sql new file mode 100644 index 00000000000..8448c9763b8 --- /dev/null +++ b/sql/updates/world/2013_11_02_06_world_loot.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `entry` =8996; +UPDATE `creature_template` SET `lootid`=0, `mingold`=0, `maxgold`=0 WHERE `entry`=8996; -- cgit v1.2.3