mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Loot: Remove loot from creature Water Terror
Closes #24671
(cherry picked from commit abd8140681)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user