diff options
author | Shocker <shocker@freakz.ro> | 2012-01-06 07:47:57 +0200 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2012-01-06 07:47:57 +0200 |
commit | 0b10ded2d890cf327ed53bb887d3c891b53e7cd1 (patch) | |
tree | a2e5628fdc84313e0c6550b80795bbee7692e440 | |
parent | 0412c800838f2d3fdad087211ba8b8b25d8b5d78 (diff) |
SQL: Some newline file endings
-rw-r--r-- | sql/updates/world/2012_01_04_02_world_sai.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2012_01_05_14_world_command.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_01_04_02_world_sai.sql b/sql/updates/world/2012_01_04_02_world_sai.sql index fb59ba8b4e8..5a302205a6d 100644 --- a/sql/updates/world/2012_01_04_02_world_sai.sql +++ b/sql/updates/world/2012_01_04_02_world_sai.sql @@ -174,4 +174,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type (@ENTRY,0,10,0,3,2,100,0,0,30,100,100,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wildspawn Felsworn - Mana is above 30% (Phase 2) - Set Phase 1'), (@ENTRY,0,11,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildspawn Felsworn - Set Phase 1 when Mana is above 30% (Phase 2)'), (@ENTRY,0,12,0,0,0,100,0,7000,12000,38000,45000,11,22417,1,0,0,0,0,1,0,0,0,0,0,0,0,'Wildspawn Felsworn - In Phase 1 - Cast Shadow Shield'),(@ENTRY,0,13,0,0,1,100,0,11000,17000,23000,30000,11,15654,0,0,0,0,0,2,0,0,0,0,0,0,0,'Wildspawn Felsworn - In Phase 1 - Cast Shadow Word: Pain'),(@ENTRY,0,14,0,0,0,100,0,6000,10000,10000,15000,11,12542,1,0,0,0,0,5,0,0,0,0,0,0,0,'Wildspawn Felsworn - In Combat - Cast Fear (on random target)'), -(@ENTRY,0,15,0,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wildspawn Felsworn - On Evade - Set Phase to 0');
\ No newline at end of file +(@ENTRY,0,15,0,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wildspawn Felsworn - On Evade - Set Phase to 0'); diff --git a/sql/updates/world/2012_01_05_14_world_command.sql b/sql/updates/world/2012_01_05_14_world_command.sql index 875acde19bb..d890ab5509c 100644 --- a/sql/updates/world/2012_01_05_14_world_command.sql +++ b/sql/updates/world/2012_01_05_14_world_command.sql @@ -1 +1 @@ -INSERT INTO `command` (`name`, `security`, `help`) VALUES ('reload wp_data', 3, 'Syntax: .reload wp_data will reload waypoint_data table.');
\ No newline at end of file +INSERT INTO `command` (`name`, `security`, `help`) VALUES ('reload wp_data', 3, 'Syntax: .reload wp_data will reload waypoint_data table.'); |