mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Scripts/IcecrownCitadel): Tirion Fordring attacks the Lich King empty-handed (#15823)
* Fixed Tirion Fordring's final stage attacking the Lich King empty-handed * Tirion Fordring's uses text in BroadcastText to speak * Code format changes * Add data to the data table * Update rev_1680658371591699800.sql Change from INSERT to INSERT/INSERT * Update and rename boss_the_lich_king.cpp to boss_the_lich_king.cpp的 Remove useless comments * Rename boss_the_lich_king.cpp的 to boss_the_lich_king.cpp The input method caused an unexpected rename * Delete the extra rows * Update boss_the_lich_king.cpp Delete references that can be omitted
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Add Highlord Tirion Fordring - SAY_TIRION_OUTRO_3
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=38995 AND `GroupID`=4 AND `ID`=0;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES (38995, 4, 0, 'The Lich King must fall!!', 14, 0, 0, 0, 0, 17389, 38113, 0, 'Highlord Tirion Fordring - SAY_TIRION_OUTRO_3');
|
||||
Reference in New Issue
Block a user