diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-16 00:28:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-16 00:28:40 +0200 |
| commit | 8b5d1935071a55229d1e9c9a08081b23c4a5a696 (patch) | |
| tree | 55ea473d032d27f7cd8001947be25453f6b333c6 | |
| parent | c8e9184a4b1404c38e38b1734fc91afd6d9cbd0c (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
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_16_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_16_01_world.sql b/sql/updates/world/3.3.5/2016_07_16_01_world.sql new file mode 100644 index 00000000000..25b0dd9a071 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_16_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry`=24701 AND `Item`=6661; |
