From 0a4b4dec0994d80a2409923511771bd662ea8dfb Mon Sep 17 00:00:00 2001 From: Dr-J Date: Thu, 25 Aug 2016 11:59:42 +0100 Subject: 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. --- sql/updates/world/3.3.5/2016_08_25_09_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_08_25_09_world.sql (limited to 'sql') 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; -- cgit v1.2.3