From a5c8e9e2637c87c4ded43bfc64e277743eff258c Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 16 Nov 2025 06:30:16 +0100 Subject: [PATCH] fix Cadaverous Worm - Dire Maul West (#858) fix loot and display scale --- data/sql/world/base/dungeon_dire_maul.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/sql/world/base/dungeon_dire_maul.sql b/data/sql/world/base/dungeon_dire_maul.sql index b9523d4..639840e 100644 --- a/data/sql/world/base/dungeon_dire_maul.sql +++ b/data/sql/world/base/dungeon_dire_maul.sql @@ -389,6 +389,11 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ (14400, 0, 1, 0, 0, 0, 100, 0, 0, 0, 15000, 30000, 0, 0, 11, 12550, 32, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Feedback - In Combat - Cast Lightning Shield'); +-- Cadaverous Worm +DELETE FROM `creature_loot_template` WHERE `entry` = 14370; +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 14370; +UPDATE `creature_template_model` SET `DisplayScale` = 0.25 WHERE `CreatureID` = 14370; + -- fix waypoints DELETE FROM `creature` WHERE `id1` IN (11459, 11484, 11488, 14308); DELETE FROM `creature` WHERE `guid` IN (247932, 247933); -- unused Eldreth Phantasm guids