aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/the_botanica.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/the_botanica.h2
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/thorngrin_the_tender.cpp2
4 files changed, 4 insertions, 4 deletions
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
+}