aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-08-25 11:59:42 +0100
committerGitHub <noreply@github.com>2016-08-25 11:59:42 +0100
commit0a4b4dec0994d80a2409923511771bd662ea8dfb (patch)
tree170b5299d36388ef386a37a7a875793573ce9d92
parent59f340b751ba1cc8bd58329db0b16d56933f64f9 (diff)
DB/Loot: Summoned Zombie
Remove all loot from summoned zombie http://www.wowhead.com/npc=10698/summoned-zombie as these npcs where rather generous on TC as they are meant to drop no loot.
-rw-r--r--sql/updates/world/3.3.5/2016_08_25_09_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_25_09_world.sql b/sql/updates/world/3.3.5/2016_08_25_09_world.sql
new file mode 100644
index 00000000000..0a74b2b1eea
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_25_09_world.sql
@@ -0,0 +1 @@
+DELETE FROM `creature_loot_template` WHERE `Entry`=10698;