aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-11-02 10:01:36 +0100
committerAokromes <jipr@hotmail.com>2013-11-02 10:01:36 +0100
commit15efc1e30f074d0e28102995f7d086ea7b36a5ae (patch)
tree08471577bab92b27a353612e9063abade0e60fdf
parenta61872ac271c179bba8260d928684baab94dc23b (diff)
DB/Loot: Voidwalker Minions are not meant to drop loot
By dr-j and Exodius closes #11012
-rw-r--r--sql/updates/world/2013_11_02_06_world_loot.sql3
1 files changed, 3 insertions, 0 deletions
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;