aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-08-26 00:54:33 -0300
committerShauren <shauren.trinity@gmail.com>2021-10-23 00:22:53 +0200
commit37c9553372fcd7569042e53d17d21eeaef71b903 (patch)
treebe8d7d8933abc5dbddf8d616dd350d29deac251f /sql/updates
parenta5989dcee9150565e7f4b8e3f7a62a414a484a3f (diff)
Scripts/Black Temple: Fixed some issues on Illidan
(cherry picked from commit 0ebb315d6ce420c534dcef9c3af1cbad43c88096)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_10_22_11_world_2018_08_26_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_11_world_2018_08_26_00_world.sql b/sql/updates/world/master/2021_10_22_11_world_2018_08_26_00_world.sql
new file mode 100644
index 00000000000..fb8b6725c4e
--- /dev/null
+++ b/sql/updates/world/master/2021_10_22_11_world_2018_08_26_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `creature_template_addon` WHERE `entry` IN(23069,23336);
+UPDATE `creature_template` SET `AIName`='', `ScriptName`='npc_illidan_generic_fire' WHERE `entry` IN (23069,23259,23336);
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23259,23069,23336) AND `source_type`=0;