mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
CORE/Scripting: Forgot new lines at end of file.
This commit is contained in:
@@ -135,4 +135,4 @@ class boss_commander_sarannis : public CreatureScript
|
||||
void AddSC_boss_commander_sarannis()
|
||||
{
|
||||
new boss_commander_sarannis();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,4 +161,4 @@ class instance_the_botanica : public InstanceMapScript
|
||||
void AddSC_instance_the_botanica()
|
||||
{
|
||||
new instance_the_botanica;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,4 +39,4 @@ enum CreatureIds
|
||||
NPC_WARP_SPLINTER = 17977
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -147,4 +147,4 @@ class boss_thorngrin_the_tender : public CreatureScript
|
||||
void AddSC_boss_thorngrin_the_tender()
|
||||
{
|
||||
new boss_thorngrin_the_tender();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user