diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-08-25 11:59:42 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 16:52:34 +0100 |
commit | 2a105e5c9f44717d2829fb1e179c301c24a7bb21 (patch) | |
tree | a822e91eae9f7485f8e0d10f8a269b9ee0143024 | |
parent | 565e2555b904184e1e8a985f22490c2c1c7b67a8 (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.
(cherry picked from commit 0a4b4dec0994d80a2409923511771bd662ea8dfb)
-rw-r--r-- | sql/updates/world/master/2017_02_18_28_world_2016_08_25_09_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_28_world_2016_08_25_09_world.sql b/sql/updates/world/master/2017_02_18_28_world_2016_08_25_09_world.sql new file mode 100644 index 00000000000..0a74b2b1eea --- /dev/null +++ b/sql/updates/world/master/2017_02_18_28_world_2016_08_25_09_world.sql @@ -0,0 +1 @@ +DELETE FROM `creature_loot_template` WHERE `Entry`=10698; |