diff options
| author | Keader <keader.android@gmail.com> | 2018-08-26 00:54:33 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2018-08-26 00:54:33 -0300 |
| commit | 0ebb315d6ce420c534dcef9c3af1cbad43c88096 (patch) | |
| tree | cddfb494fe194708e5b19cfb882276fd9efefe29 /sql | |
| parent | d4ef2529e91043bc719c3238714413fd21c9005c (diff) | |
Scripts/Black Temple: Fixed some issues on Illidan
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_26_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
