aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-27 20:02:34 +0200
committerWyrserth <wyrserth@protonmail.com>2019-06-27 20:23:24 +0200
commit1c373f29ff178ae3562963f85734cc75b4b4b437 (patch)
tree20e722273a79019f839e301eb56b32546bf90e4b
parent6aa3ec8fb10e6916fd00368af40471ef8dbeb5d6 (diff)
DB/Loot: remove wrong loot from gameobjects Worn Wooden Chest and Captain's Footlocker.
-rw-r--r--sql/updates/world/3.3.5/2019_06_27_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_27_02_world.sql b/sql/updates/world/3.3.5/2019_06_27_02_world.sql
new file mode 100644
index 00000000000..2b4231d0679
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_27_02_world.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `gameobject_loot_template` WHERE `entry`=1570 AND `Item`!=3706;
+DELETE FROM `gameobject_loot_template` WHERE `entry`=3394 AND `Item`!=5882;