CORE/Scripting: Forgot new lines at end of file.

This commit is contained in:
Malcrom
2013-01-01 21:41:37 -03:30
parent f7e7f5fe26
commit 596ef0efd7
4 changed files with 4 additions and 4 deletions

View File

@@ -135,4 +135,4 @@ class boss_commander_sarannis : public CreatureScript
void AddSC_boss_commander_sarannis()
{
new boss_commander_sarannis();
}
}

View File

@@ -161,4 +161,4 @@ class instance_the_botanica : public InstanceMapScript
void AddSC_instance_the_botanica()
{
new instance_the_botanica;
}
}

View File

@@ -39,4 +39,4 @@ enum CreatureIds
NPC_WARP_SPLINTER = 17977
};
#endif
#endif

View File

@@ -147,4 +147,4 @@ class boss_thorngrin_the_tender : public CreatureScript
void AddSC_boss_thorngrin_the_tender()
{
new boss_thorngrin_the_tender();
}
}