diff options
| author | Keader <keader.android@gmail.com> | 2019-01-28 10:15:00 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-22 23:57:19 +0100 |
| commit | c3210798f0bdab7f518ba0cfa39c004d41313b98 (patch) | |
| tree | c61c1528afd725f638745ee6d164065f4fc280b9 /sql/updates | |
| parent | 3f4bedd803d4310ffc4060162d5754b4f45eaaab (diff) | |
Scripts/Black Temple: Fixed some issues in Illidari Council
Ty killerwife for all help :)
(cherry picked from commit ef6240312ceb08f253a492db88eebd182925211f)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_11_22_04_world_2019_01_28_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
