From f3e908dc997833d3e2c5297471210bf075121f90 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Sun, 6 Feb 2022 21:36:50 +0100 Subject: Scripts/Spells: Fixed paladin's Light's Hammer (#27693) Co-authored-by: Shauren --- sql/updates/world/master/2022_02_06_01_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2022_02_06_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_06_01_world.sql b/sql/updates/world/master/2022_02_06_01_world.sql new file mode 100644 index 00000000000..7eb9e8a16f6 --- /dev/null +++ b/sql/updates/world/master/2022_02_06_01_world.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_light_hammer_periodic'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(122773,'spell_pal_light_hammer_init_summon'), +(114918,'spell_pal_light_hammer_periodic'); + +UPDATE `creature_template` SET `unit_flags`=0x2000000, `unit_flags2`=0x4008800, `unit_flags3`=0x1 WHERE `entry`=59738; + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=59738; +INSERT INTO `creature_template_movement` (`CreatureId`,`Flight`,`Rooted`) VALUES +(59738,1,1); -- cgit v1.2.3