aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-12-27 22:05:06 -0300
committerKeader <keader.android@gmail.com>2016-12-27 22:05:06 -0300
commitca217798642987baf396f4bad79fd713ba133254 (patch)
tree74a958182def3497919b201b691545665a046d4f /sql
parentc26229d06cc45da492c8965391bd9f3f3dcc4967 (diff)
Core/Scripts: Black Temple misc fixes
Closes #18176 * Implemented faction change of Ashtongues when Shade of Akama dies * Moved factions to black_temple.h * Removed explicit from EnslavedSoulEvent (Reliquary of Souls) * Fixed a typo in Skeram Script (followup 5f44890049c3e6b0ee7a11296239f4f1bceb66ec) * Fixed spell Shadow Inferno (Illidari Nightlord)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_12_28_04_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_28_04_world.sql b/sql/updates/world/3.3.5/2016_12_28_04_world.sql
new file mode 100644
index 00000000000..653309b0b24
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_12_28_04_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `creature_addon` WHERE guid IN(52480,52481);
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(52480, 0, 0, 8, 1, 0, NULL),
+(52481, 0, 0, 8, 1, 0, NULL);
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_illidari_nightlord_shadow_inferno';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(39645,'spell_illidari_nightlord_shadow_inferno');