fix(Server): remove double blank lines at the end of several files (#19735)

This commit is contained in:
Grimdhex
2024-08-25 12:21:14 +02:00
committed by GitHub
parent d4aca0bca1
commit 61f3a631c3
230 changed files with 0 additions and 230 deletions

View File

@@ -450,4 +450,3 @@ void AddSC_areatrigger_scripts()
new AreaTrigger_at_brewfest();
new AreaTrigger_at_area_52_entrance();
}

View File

@@ -860,4 +860,3 @@ void AddSC_emerald_dragons()
RegisterSpellScript(spell_mark_of_nature);
RegisterSpellScript(spell_shadow_bolt_whirl);
};

View File

@@ -159,4 +159,3 @@ void AddSC_chat_log()
{
new ChatLogScript();
}

View File

@@ -1991,4 +1991,3 @@ void AddSC_go_scripts()
new go_veil_skith_cage();
new go_bells();
}

View File

@@ -223,4 +223,3 @@ void AddSC_item_scripts()
new item_captured_frog();
new item_generic_limit_chance_above_60();
}

View File

@@ -1375,4 +1375,3 @@ void AddSC_npc_professions()
new npc_prof_tailor();
new go_evil_book_for_dummies();
}

View File

@@ -70,4 +70,3 @@ void AddSC_player_scripts()
{
new QuestApprenticeAnglerPlayerScript();
}

View File

@@ -79,4 +79,3 @@ void AddSC_server_mail()
{
new ServerMailReward();
}