mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(Server): remove double blank lines at the end of several files (#19735)
This commit is contained in:
@@ -450,4 +450,3 @@ void AddSC_areatrigger_scripts()
|
||||
new AreaTrigger_at_brewfest();
|
||||
new AreaTrigger_at_area_52_entrance();
|
||||
}
|
||||
|
||||
|
||||
@@ -860,4 +860,3 @@ void AddSC_emerald_dragons()
|
||||
RegisterSpellScript(spell_mark_of_nature);
|
||||
RegisterSpellScript(spell_shadow_bolt_whirl);
|
||||
};
|
||||
|
||||
|
||||
@@ -159,4 +159,3 @@ void AddSC_chat_log()
|
||||
{
|
||||
new ChatLogScript();
|
||||
}
|
||||
|
||||
|
||||
@@ -1991,4 +1991,3 @@ void AddSC_go_scripts()
|
||||
new go_veil_skith_cage();
|
||||
new go_bells();
|
||||
}
|
||||
|
||||
|
||||
@@ -223,4 +223,3 @@ void AddSC_item_scripts()
|
||||
new item_captured_frog();
|
||||
new item_generic_limit_chance_above_60();
|
||||
}
|
||||
|
||||
|
||||
@@ -1375,4 +1375,3 @@ void AddSC_npc_professions()
|
||||
new npc_prof_tailor();
|
||||
new go_evil_book_for_dummies();
|
||||
}
|
||||
|
||||
|
||||
@@ -70,4 +70,3 @@ void AddSC_player_scripts()
|
||||
{
|
||||
new QuestApprenticeAnglerPlayerScript();
|
||||
}
|
||||
|
||||
|
||||
@@ -79,4 +79,3 @@ void AddSC_server_mail()
|
||||
{
|
||||
new ServerMailReward();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user