diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-07-16 00:28:40 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 20:07:47 +0100 |
commit | 9fcaf607060187ecd2f6089424fa2a0a8d9dde84 (patch) | |
tree | 208661dd1ba7e888178cae2e220e34a6b05c3335 | |
parent | 61ac98fce21120eee650feca94fa67066a5584ae (diff) |
DB/Loot: remove wrong loot for item 'Recipe: Savory Deviate Delight'
Reference loot belongs to 'Murloc Warrior' hailing from Westfall, while the item can only drop from The Barrens' residents
(cherry picked from commit 8b5d1935071a55229d1e9c9a08081b23c4a5a696)
-rw-r--r-- | sql/updates/world/master/2017_02_05_27_world_2016_07_16_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_27_world_2016_07_16_01_world.sql b/sql/updates/world/master/2017_02_05_27_world_2016_07_16_01_world.sql new file mode 100644 index 00000000000..25b0dd9a071 --- /dev/null +++ b/sql/updates/world/master/2017_02_05_27_world_2016_07_16_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry`=24701 AND `Item`=6661; |