From e943c695f2ff84cf1124a143437389867c930cfb Mon Sep 17 00:00:00 2001 From: SargeroDeV <83485584+SargeroDeV@users.noreply.github.com> Date: Thu, 18 May 2023 16:27:37 -0400 Subject: Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994) --- sql/updates/world/master/2023_05_18_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_05_18_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_05_18_01_world.sql b/sql/updates/world/master/2023_05_18_01_world.sql new file mode 100644 index 00000000000..658547c5619 --- /dev/null +++ b/sql/updates/world/master/2023_05_18_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`= 262161; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(262161,'spell_warr_colossus_smash'); -- cgit v1.2.3