fix(Scripts/ShatteredHalls): Rewrite Warchief Kargath Bladefist (#16355)

This commit is contained in:
Angelo Venturini
2023-05-23 06:48:23 -03:00
committed by GitHub
parent 8e91065412
commit a56a400a13
4 changed files with 231 additions and 77 deletions

View File

@@ -0,0 +1,10 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 30738 AND `ScriptName` = 'spell_blade_dance_targeting';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(30738, 'spell_blade_dance_targeting');
UPDATE `creature_template` SET `ScriptName` = 'npc_warchief_portal' WHERE `entry` = 17611;
DELETE FROM `creature_text` WHERE `CreatureID` = 16808 AND `GroupID` = 5;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16808, 5, 0, 'Cowards! You\'ll never draw me into the shadows!', 14, 0, 100, 0, 0, 0, 18367, 0, 'kargath SAY_EVADE');