aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 20:46:51 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-11-19 20:46:51 +0100
commit7a30ffe68e32ebe0393c892d7f61be94a35e4805 (patch)
treed62f47c09c43f7df8df1361fcf3ce1afc53e8e75
parentcdec49fc85a02f691ba4b0653331d30ec48463c1 (diff)
commitfix: add newline to prevent possible issues with next file
-rw-r--r--sql/updates/world/2012_11_19_00_world_various_fixes.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_19_00_world_various_fixes.sql b/sql/updates/world/2012_11_19_00_world_various_fixes.sql
index 659e3eaee2a..6861df31d5d 100644
--- a/sql/updates/world/2012_11_19_00_world_various_fixes.sql
+++ b/sql/updates/world/2012_11_19_00_world_various_fixes.sql
@@ -536,4 +536,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
(@ENTRY,0,11,0,1,4,100,1,60000,60000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Exhausted Vrykul - On phase 3 & 1 minute OOC - despawn'),
(@ENTRY,0,12,0,2,0,100,1,0,30,0,0,11,57395,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Exhausted Vrykul - At 30% Hp - Cast Desperate Blow');
-- ------------------------------------------------------------------------------------------------------------------------------------------------
-DELETE FROM `creature_addon` WHERE `guid` IN (45214,45215,45146,85486); \ No newline at end of file
+DELETE FROM `creature_addon` WHERE `guid` IN (45214,45215,45146,85486);