aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1018_world.sql2
-rw-r--r--sql/updates/1026_world.sql2
-rw-r--r--sql/updates/1028_world_scripts.sql2
-rw-r--r--sql/updates/973_world_scripts.sql1
4 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/1018_world.sql b/sql/updates/1018_world.sql
index ca298faa8f3..d231eb168b9 100644
--- a/sql/updates/1018_world.sql
+++ b/sql/updates/1018_world.sql
@@ -3,4 +3,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm
(31224, -1543, 2, 'Cloak of Shadows - Flare'),
(41292, 42017, 2, 'Aura of Suffering'),
(44007, -43657, 2, 'Storm Eye Safe Zone Immune'),
-(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); \ No newline at end of file
+(44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm');
diff --git a/sql/updates/1026_world.sql b/sql/updates/1026_world.sql
index 90ff7d23120..ae189469b41 100644
--- a/sql/updates/1026_world.sql
+++ b/sql/updates/1026_world.sql
@@ -2,4 +2,4 @@ DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN ('33686', '31705');
INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
('-33711','33686','0','Murmur\'s Shockwave (Normal)'),
('-38794','33686','0','Murmur\'s Shockwave (Heroic)'),
-('33686','31705','0','Murmur\'s Shockwave Jump'); \ No newline at end of file
+('33686','31705','0','Murmur\'s Shockwave Jump');
diff --git a/sql/updates/1028_world_scripts.sql b/sql/updates/1028_world_scripts.sql
index 2023243b456..9c821c7b093 100644
--- a/sql/updates/1028_world_scripts.sql
+++ b/sql/updates/1028_world_scripts.sql
@@ -1 +1 @@
-UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882'; \ No newline at end of file
+UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882';
diff --git a/sql/updates/973_world_scripts.sql b/sql/updates/973_world_scripts.sql
new file mode 100644
index 00000000000..b53219c6afe
--- /dev/null
+++ b/sql/updates/973_world_scripts.sql
@@ -0,0 +1 @@
+update creature_template set scriptname = 'npc_enraged_spirit' where entry in (21050, 21061, 21060, 21059);