aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-01-28 10:15:00 -0300
committerKeader <keader.android@gmail.com>2019-01-28 10:15:00 -0300
commitef6240312ceb08f253a492db88eebd182925211f (patch)
tree4568267ec184940b9cd09c82ee47552398155f0b /sql/updates
parente4658a1307b1d52a4e6a0ed67f7dff92f02c090d (diff)
Scripts/Black Temple: Fixed some issues in Illidari Council
Ty killerwife for all help :)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2019_01_28_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_28_00_world.sql b/sql/updates/world/3.3.5/2019_01_28_00_world.sql
new file mode 100644
index 00000000000..50cb3deb316
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');