Merge pull request #502 from Grimfeather/fix-Darkmaster-Gandling-shout

fix Darkmaster Gandling shout
This commit is contained in:
Grimfeather
2025-06-19 09:03:16 +02:00
committed by GitHub

View File

@@ -4,6 +4,9 @@ UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=10506;
-- Frail Skeleton -- Frail Skeleton
UPDATE `creature_template` SET `minlevel`=1, `maxlevel`=1, `faction`=233 WHERE `entry`=11258; UPDATE `creature_template` SET `minlevel`=1, `maxlevel`=1, `faction`=233 WHERE `entry`=11258;
-- Darkmaster Gandling - fix his shout message not displaying
UPDATE `creature_text` SET `TextRange` = 1 WHERE `CreatureID` = 1853;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (10477, 14511); DELETE FROM `smart_scripts` WHERE `entryorguid` IN (10477, 14511);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`,