From 0ebb315d6ce420c534dcef9c3af1cbad43c88096 Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 26 Aug 2018 00:54:33 -0300 Subject: Scripts/Black Temple: Fixed some issues on Illidan --- sql/updates/world/3.3.5/2018_08_26_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_26_00_world.sql b/sql/updates/world/3.3.5/2018_08_26_00_world.sql new file mode 100644 index 00000000000..fb8b6725c4e --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3