From f9753cb3dc89d2cf689879e95e4473ee9da1bc59 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Sat, 26 Feb 2022 23:09:14 +0100 Subject: Scripts/Spells: Fixed Rapture (#27800) Trigger PW:S after cast to move it after EFFECT_1 Co-authored-by: Shauren --- sql/updates/world/master/2022_02_26_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_02_26_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_02_26_00_world.sql b/sql/updates/world/master/2022_02_26_00_world.sql new file mode 100644 index 00000000000..1aeb394d738 --- /dev/null +++ b/sql/updates/world/master/2022_02_26_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_rapture'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(47536,'spell_pri_rapture'); -- cgit v1.2.3