diff options
author | Malcrom <malcromdev@gmail.com> | 2013-01-01 21:41:37 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-01-01 21:41:37 -0330 |
commit | 596ef0efd7bdea3165f5e7b822a4983b7e289574 (patch) | |
tree | 378b8d5a7fd26e4418aef9a3bac306f216b97e5c /src | |
parent | f7e7f5fe26cca68f51e9ad9869f057ebbe191d32 (diff) |
CORE/Scripting: Forgot new lines at end of file.
Diffstat (limited to 'src')
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 +} |