mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
fix(Server): remove double blank lines at the end of several files (#19735)
This commit is contained in:
@@ -2251,4 +2251,3 @@ void AddSC_deathknight_spell_scripts()
|
||||
RegisterSpellScript(spell_dk_will_of_the_necropolis);
|
||||
RegisterSpellScript(spell_dk_ghoul_thrash);
|
||||
}
|
||||
|
||||
|
||||
@@ -1230,4 +1230,3 @@ void AddSC_druid_spell_scripts()
|
||||
RegisterSpellScript(spell_dru_wild_growth);
|
||||
RegisterSpellScript(spell_dru_moonkin_form_passive_proc);
|
||||
}
|
||||
|
||||
|
||||
@@ -5479,4 +5479,3 @@ void AddSC_generic_spell_scripts()
|
||||
RegisterSpellScript(spell_gen_sober_up);
|
||||
RegisterSpellScript(spell_gen_steal_weapon);
|
||||
}
|
||||
|
||||
|
||||
@@ -1378,4 +1378,3 @@ void AddSC_hunter_spell_scripts()
|
||||
RegisterSpellScript(spell_hun_bestial_wrath);
|
||||
RegisterSpellScript(spell_hun_target_self_and_pet);
|
||||
}
|
||||
|
||||
|
||||
@@ -4176,4 +4176,3 @@ void AddSC_item_spell_scripts()
|
||||
RegisterSpellScript(spell_item_fel_mana_potion);
|
||||
RegisterSpellScript(spell_item_gor_dreks_ointment);
|
||||
}
|
||||
|
||||
|
||||
@@ -1083,4 +1083,3 @@ void AddSC_mage_spell_scripts()
|
||||
RegisterSpellScript(spell_mage_fingers_of_frost_proc_aura);
|
||||
RegisterSpellScript(spell_mage_fingers_of_frost_proc);
|
||||
}
|
||||
|
||||
|
||||
@@ -1178,4 +1178,3 @@ void AddSC_paladin_spell_scripts()
|
||||
RegisterSpellScript(spell_pal_seal_of_righteousness);
|
||||
RegisterSpellScript(spell_pal_seal_of_vengeance);
|
||||
}
|
||||
|
||||
|
||||
@@ -974,4 +974,3 @@ void AddSC_priest_spell_scripts()
|
||||
RegisterSpellScript(spell_pri_mind_control);
|
||||
RegisterSpellScript(spell_pri_t4_4p_bonus);
|
||||
}
|
||||
|
||||
|
||||
@@ -2523,4 +2523,3 @@ void AddSC_quest_spell_scripts()
|
||||
RegisterSpellScript(spell_q10651_q10692_book_of_fel_names);
|
||||
RegisterSpellScript(spell_q9847_a_spirit_ally);
|
||||
}
|
||||
|
||||
|
||||
@@ -771,4 +771,3 @@ void AddSC_rogue_spell_scripts()
|
||||
RegisterSpellScript(spell_rog_vanish_purge);
|
||||
RegisterSpellScript(spell_rog_vanish);
|
||||
}
|
||||
|
||||
|
||||
@@ -1177,4 +1177,3 @@ void AddSC_shaman_spell_scripts()
|
||||
RegisterSpellScript(spell_sha_flurry_proc);
|
||||
RegisterSpellScript(spell_sha_t8_electrified);
|
||||
}
|
||||
|
||||
|
||||
@@ -1532,4 +1532,3 @@ void AddSC_warlock_spell_scripts()
|
||||
RegisterSpellScript(spell_warl_glyph_of_voidwalker);
|
||||
RegisterSpellScript(spell_warl_demonic_pact_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -923,4 +923,3 @@ void AddSC_warrior_spell_scripts()
|
||||
RegisterSpellScript(spell_warr_vigilance_trigger);
|
||||
RegisterSpellScript(spell_warr_t3_prot_8p_bonus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user