aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2015-08-21 22:57:29 -0300
committerMitchesD <majklprofik@seznam.cz>2015-10-16 13:13:09 +0200
commit07c10ded2ebbb9851c277630ce483b051c720f62 (patch)
tree6de667ec89d5f44bd4c64734d599f8aa574671c2 /sql/updates
parent59742469fb4d247ee39e6e52aa009b690e35729c (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2015_10_16_02_world_2015_08_21_02.sql10
1 files changed, 10 insertions, 0 deletions
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');