DB/Loot: Remove loot from creature Water Terror

Closes #24671

(cherry picked from commit abd8140681)
This commit is contained in:
offl
2020-05-21 01:29:29 +02:00
committed by Shauren
parent 070da4f711
commit a4016b9767

View File

@@ -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;