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

@@ -2251,4 +2251,3 @@ void AddSC_deathknight_spell_scripts()
RegisterSpellScript(spell_dk_will_of_the_necropolis);
RegisterSpellScript(spell_dk_ghoul_thrash);
}

View File

@@ -1230,4 +1230,3 @@ void AddSC_druid_spell_scripts()
RegisterSpellScript(spell_dru_wild_growth);
RegisterSpellScript(spell_dru_moonkin_form_passive_proc);
}

View File

@@ -5479,4 +5479,3 @@ void AddSC_generic_spell_scripts()
RegisterSpellScript(spell_gen_sober_up);
RegisterSpellScript(spell_gen_steal_weapon);
}

View File

@@ -1378,4 +1378,3 @@ void AddSC_hunter_spell_scripts()
RegisterSpellScript(spell_hun_bestial_wrath);
RegisterSpellScript(spell_hun_target_self_and_pet);
}

View File

@@ -4176,4 +4176,3 @@ void AddSC_item_spell_scripts()
RegisterSpellScript(spell_item_fel_mana_potion);
RegisterSpellScript(spell_item_gor_dreks_ointment);
}

View File

@@ -1083,4 +1083,3 @@ void AddSC_mage_spell_scripts()
RegisterSpellScript(spell_mage_fingers_of_frost_proc_aura);
RegisterSpellScript(spell_mage_fingers_of_frost_proc);
}

View File

@@ -1178,4 +1178,3 @@ void AddSC_paladin_spell_scripts()
RegisterSpellScript(spell_pal_seal_of_righteousness);
RegisterSpellScript(spell_pal_seal_of_vengeance);
}

View File

@@ -974,4 +974,3 @@ void AddSC_priest_spell_scripts()
RegisterSpellScript(spell_pri_mind_control);
RegisterSpellScript(spell_pri_t4_4p_bonus);
}

View File

@@ -2523,4 +2523,3 @@ void AddSC_quest_spell_scripts()
RegisterSpellScript(spell_q10651_q10692_book_of_fel_names);
RegisterSpellScript(spell_q9847_a_spirit_ally);
}

View File

@@ -771,4 +771,3 @@ void AddSC_rogue_spell_scripts()
RegisterSpellScript(spell_rog_vanish_purge);
RegisterSpellScript(spell_rog_vanish);
}

View File

@@ -1177,4 +1177,3 @@ void AddSC_shaman_spell_scripts()
RegisterSpellScript(spell_sha_flurry_proc);
RegisterSpellScript(spell_sha_t8_electrified);
}

View File

@@ -1532,4 +1532,3 @@ void AddSC_warlock_spell_scripts()
RegisterSpellScript(spell_warl_glyph_of_voidwalker);
RegisterSpellScript(spell_warl_demonic_pact_aura);
}

View File

@@ -923,4 +923,3 @@ void AddSC_warrior_spell_scripts()
RegisterSpellScript(spell_warr_vigilance_trigger);
RegisterSpellScript(spell_warr_t3_prot_8p_bonus);
}