From 07c10ded2ebbb9851c277630ce483b051c720f62 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Fri, 21 Aug 2015 22:57:29 -0300 Subject: Scripts/TheEye: Update Kael'thas Sunstrider's script Closes #4180 Closes #4181 Closes #8479 Updates #1885 (cherry picked from commit fe07614916405464169d0fa3d4a62466308114e2) # Conflicts: # src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp --- sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql b/sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql new file mode 100644 index 00000000000..8ce0d658242 --- /dev/null +++ b/sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 35941 AND `ScriptName` = 'spell_kael_gravity_lapse'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (35941, 'spell_kael_gravity_lapse'); + +UPDATE `gameobject_template` SET `flags` = `flags`|33 WHERE `entry` = 184069; + +UPDATE `creature` SET `spawntimesecs` = 604800 WHERE `guid` IN (12567, 12568, 12569, 12570); + +DELETE FROM `creature_text` WHERE `entry` = 19622 AND `groupid` = 14; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19622, 14, 0, '%s begins to cast Pyroblast!', 41, 0, 100, 0, 0, 0, 20775, 0, 'kaelthas EMOTE_PYROBLAST'); -- cgit v1.2.3