fix(Scripts/MagisterTerrace): Implement missing Kaelthas text line (#21247)

This commit is contained in:
Andrew
2025-01-23 04:44:18 -03:00
committed by GitHub
parent eee1a8bc89
commit a38da4ba69
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_text` WHERE `CreatureID` = 24664 AND `GroupID` = 7;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(24664, 7, 0, 'Oh no, he was merely an instrument, a stepping stone to a much larger plan! It has all led to this... and this time you will not interfere!', 14, 0, 100, 25387, 0, 'kaelthas MT SAY_AGGRO_2');