aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-21 01:29:29 +0200
committerKillyana <morphone1@gmail.com>2020-05-21 01:29:29 +0200
commitabd8140681c007a110a78ccb97a5677816bb94ba (patch)
treea4e179b652560b07de9ac88e138418a4f048ccb0
parentcfe6b651bc38239de58d6a3f95e8897bfb7d1869 (diff)
DB/Loot: Remove loot from creature Water Terror
Closes #24671
-rw-r--r--sql/updates/world/3.3.5/2020_05_20_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_20_02_world.sql b/sql/updates/world/3.3.5/2020_05_20_02_world.sql
new file mode 100644
index 00000000000..768f9fccd0c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_05_20_02_world.sql
@@ -0,0 +1,3 @@
+-- Only one item added due to bad sorting
+DELETE FROM `creature_loot_template` WHERE `entry` = 30633;
+UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 30633;