From 596ef0efd7bdea3165f5e7b822a4983b7e289574 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Tue, 1 Jan 2013 21:41:37 -0330 Subject: CORE/Scripting: Forgot new lines at end of file. --- .../scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp | 2 +- src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp | 2 +- src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h | 2 +- .../scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp index e19d6709edc..a28e0f0cd71 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp +++ b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp @@ -135,4 +135,4 @@ class boss_commander_sarannis : public CreatureScript void AddSC_boss_commander_sarannis() { new boss_commander_sarannis(); -} \ No newline at end of file +} diff --git a/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp b/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp index 4fc44633345..69b95e8c813 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp +++ b/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp @@ -161,4 +161,4 @@ class instance_the_botanica : public InstanceMapScript void AddSC_instance_the_botanica() { new instance_the_botanica; -} \ No newline at end of file +} diff --git a/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h b/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h index e9a7f533ad2..034792ea37c 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h +++ b/src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h @@ -39,4 +39,4 @@ enum CreatureIds NPC_WARP_SPLINTER = 17977 }; -#endif \ No newline at end of file +#endif diff --git a/src/server/scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp b/src/server/scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp index eb1150dc169..abc0552f08c 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp +++ b/src/server/scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp @@ -147,4 +147,4 @@ class boss_thorngrin_the_tender : public CreatureScript void AddSC_boss_thorngrin_the_tender() { new boss_thorngrin_the_tender(); -} \ No newline at end of file +} -- cgit v1.2.3