From c3210798f0bdab7f518ba0cfa39c004d41313b98 Mon Sep 17 00:00:00 2001 From: Keader Date: Mon, 28 Jan 2019 10:15:00 -0300 Subject: Scripts/Black Temple: Fixed some issues in Illidari Council Ty killerwife for all help :) (cherry picked from commit ef6240312ceb08f253a492db88eebd182925211f) --- sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql b/sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql new file mode 100644 index 00000000000..50cb3deb316 --- /dev/null +++ b/sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_illidari_council_vanish'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(41476,'spell_illidari_council_vanish'); -- cgit v1.2.3