mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Server): remove double blank lines at the end of several files (#19735)
This commit is contained in:
@@ -304,4 +304,3 @@ void AddSC_boss_anub_arak()
|
||||
RegisterSpellScript(spell_azjol_nerub_pound);
|
||||
RegisterSpellScript(spell_azjol_nerub_impale_summon);
|
||||
}
|
||||
|
||||
|
||||
@@ -415,4 +415,3 @@ void AddSC_boss_hadronox()
|
||||
RegisterSpellScript(spell_hadronox_leech_poison_aura);
|
||||
new achievement_hadronox_denied();
|
||||
}
|
||||
|
||||
|
||||
@@ -350,4 +350,3 @@ void AddSC_boss_amanitar()
|
||||
// Spells
|
||||
RegisterSpellScript(spell_amanitar_remove_mushroom_power);
|
||||
}
|
||||
|
||||
|
||||
@@ -395,4 +395,3 @@ void AddSC_boss_elder_nadox()
|
||||
// Achievements
|
||||
new achievement_respect_your_elders();
|
||||
}
|
||||
|
||||
|
||||
@@ -504,4 +504,3 @@ void AddSC_boss_volazj()
|
||||
RegisterSpellScript(spell_herald_volzaj_insanity);
|
||||
RegisterSpellScript(spell_volazj_whisper);
|
||||
}
|
||||
|
||||
|
||||
@@ -735,4 +735,3 @@ void AddSC_boss_jedoga_shadowseeker()
|
||||
// Achievements
|
||||
new achievement_volunteer_work();
|
||||
}
|
||||
|
||||
|
||||
@@ -549,4 +549,3 @@ void AddSC_boss_taldaram()
|
||||
RegisterSpellScript(spell_prince_taldaram_conjure_flame_sphere);
|
||||
RegisterSpellScript(spell_prince_taldaram_flame_sphere_summon);
|
||||
}
|
||||
|
||||
|
||||
@@ -194,4 +194,3 @@ void AddSC_instance_obsidian_sanctum()
|
||||
{
|
||||
new instance_obsidian_sanctum();
|
||||
}
|
||||
|
||||
|
||||
@@ -1358,4 +1358,3 @@ void AddSC_boss_halion()
|
||||
RegisterSpellScript(spell_halion_twilight_division);
|
||||
RegisterSpellScript(spell_halion_twilight_mending);
|
||||
}
|
||||
|
||||
|
||||
@@ -229,4 +229,3 @@ void AddSC_boss_saviana_ragefire()
|
||||
RegisterSpellScript(spell_saviana_conflagration_init);
|
||||
RegisterSpellScript(spell_saviana_conflagration_throwback);
|
||||
}
|
||||
|
||||
|
||||
@@ -276,4 +276,3 @@ void AddSC_instance_ruby_sanctum()
|
||||
new instance_ruby_sanctum();
|
||||
RegisterSpellScript(spell_ruby_sanctum_rallying_shout);
|
||||
}
|
||||
|
||||
|
||||
@@ -822,4 +822,3 @@ void AddSC_boss_argent_challenge()
|
||||
RegisterSpellScript(spell_toc5_light_rain);
|
||||
RegisterSpellScript(spell_reflective_shield_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -1310,4 +1310,3 @@ void AddSC_instance_trial_of_the_champion()
|
||||
{
|
||||
new instance_trial_of_the_champion();
|
||||
}
|
||||
|
||||
|
||||
@@ -955,4 +955,3 @@ void AddSC_boss_anubarak_trial()
|
||||
new spell_gen_leeching_swarm();
|
||||
new spell_gen_leeching_swarm_dmg();
|
||||
}
|
||||
|
||||
|
||||
@@ -2496,4 +2496,3 @@ void AddSC_boss_faction_champions()
|
||||
new npc_toc_pet_hunter();
|
||||
new spell_faction_champion_warl_unstable_affliction();
|
||||
}
|
||||
|
||||
|
||||
@@ -524,4 +524,3 @@ void AddSC_boss_jaraxxus()
|
||||
new spell_toc25_mistress_kiss();
|
||||
new spell_mistress_kiss_area();
|
||||
}
|
||||
|
||||
|
||||
@@ -927,4 +927,3 @@ void AddSC_boss_twin_valkyr()
|
||||
new spell_valkyr_touch();
|
||||
new spell_valkyr_ball_periodic_dummy();
|
||||
}
|
||||
|
||||
|
||||
@@ -1694,4 +1694,3 @@ void AddSC_instance_trial_of_the_crusader()
|
||||
{
|
||||
new instance_trial_of_the_crusader();
|
||||
}
|
||||
|
||||
|
||||
@@ -284,4 +284,3 @@ void AddSC_boss_tharon_ja()
|
||||
RegisterSpellScript(spell_tharon_ja_dummy_aura);
|
||||
RegisterSpellScript(spell_tharon_ja_clear_gift_of_tharon_ja);
|
||||
}
|
||||
|
||||
|
||||
@@ -373,4 +373,3 @@ void AddSC_boss_bronjahm()
|
||||
RegisterSpellScript(spell_bronjahm_soulstorm_visual_aura);
|
||||
RegisterSpellScript(spell_bronjahm_soulstorm_targeting);
|
||||
}
|
||||
|
||||
|
||||
@@ -371,4 +371,3 @@ void AddSC_boss_devourer_of_souls()
|
||||
new boss_devourer_of_souls();
|
||||
RegisterSpellScript(spell_wailing_souls_periodic_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -303,4 +303,3 @@ void AddSC_forge_of_souls()
|
||||
new npc_fos_leader_second();
|
||||
RegisterSpellScript(spell_shield_of_bones_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -219,4 +219,3 @@ void AddSC_instance_forge_of_souls()
|
||||
{
|
||||
new instance_forge_of_souls();
|
||||
}
|
||||
|
||||
|
||||
@@ -184,4 +184,3 @@ void AddSC_boss_falric()
|
||||
{
|
||||
new boss_falric();
|
||||
}
|
||||
|
||||
|
||||
@@ -1213,4 +1213,3 @@ void AddSC_instance_halls_of_reflection()
|
||||
{
|
||||
new instance_halls_of_reflection();
|
||||
}
|
||||
|
||||
|
||||
@@ -368,4 +368,3 @@ void AddSC_boss_garfrost()
|
||||
|
||||
RegisterSpellScript(spell_garfrost_permafrost);
|
||||
}
|
||||
|
||||
|
||||
@@ -524,4 +524,3 @@ void AddSC_boss_ick()
|
||||
RegisterSpellScript(spell_krick_explosive_barrage_aura);
|
||||
RegisterSpellScript(spell_exploding_orb_auto_grow_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -409,4 +409,3 @@ void AddSC_instance_pit_of_saron()
|
||||
{
|
||||
new instance_pit_of_saron();
|
||||
}
|
||||
|
||||
|
||||
@@ -476,4 +476,3 @@ void AddSC_boss_drakkari_colossus()
|
||||
RegisterSpellScript(spell_drakkari_colossus_surge);
|
||||
RegisterSpellScript(spell_drakkari_colossus_face_me);
|
||||
}
|
||||
|
||||
|
||||
@@ -219,4 +219,3 @@ void AddSC_instance_gundrak()
|
||||
{
|
||||
new instance_gundrak();
|
||||
}
|
||||
|
||||
|
||||
@@ -1710,4 +1710,3 @@ void AddSC_boss_blood_prince_council()
|
||||
RegisterSpellScript(spell_valanar_kinetic_bomb_summon);
|
||||
RegisterSpellScript(spell_blood_council_summon_shadow_resonance);
|
||||
}
|
||||
|
||||
|
||||
@@ -662,4 +662,3 @@ void AddSC_boss_lord_marrowgar()
|
||||
RegisterSpellScript(spell_marrowgar_bone_storm);
|
||||
RegisterSpellScript(spell_marrowgar_bone_slice);
|
||||
}
|
||||
|
||||
|
||||
@@ -1547,4 +1547,3 @@ void AddSC_boss_professor_putricide()
|
||||
RegisterSpellScript(spell_putricide_eat_ooze);
|
||||
RegisterSpellScript(spell_putricide_regurgitated_ooze);
|
||||
}
|
||||
|
||||
|
||||
@@ -913,4 +913,3 @@ void AddSC_boss_rotface()
|
||||
|
||||
new npc_precious_icc();
|
||||
}
|
||||
|
||||
|
||||
@@ -134,4 +134,3 @@ void AddSC_icecrown_citadel_teleport()
|
||||
new icecrown_citadel_teleport();
|
||||
new at_frozen_throne_teleport();
|
||||
}
|
||||
|
||||
|
||||
@@ -436,4 +436,3 @@ void AddSC_boss_four_horsemen()
|
||||
new boss_four_horsemen();
|
||||
RegisterSpellScript(spell_four_horsemen_mark_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -278,4 +278,3 @@ void AddSC_boss_gluth()
|
||||
new boss_gluth();
|
||||
RegisterSpellScript(spell_gluth_decimate);
|
||||
}
|
||||
|
||||
|
||||
@@ -809,4 +809,3 @@ void AddSC_boss_gothik()
|
||||
new npc_gothik_trigger();
|
||||
RegisterSpellScript(spell_gothik_shadow_bolt_volley);
|
||||
}
|
||||
|
||||
|
||||
@@ -305,4 +305,3 @@ void AddSC_boss_grobbulus()
|
||||
RegisterSpellScript(spell_grobbulus_mutating_injection_aura);
|
||||
RegisterSpellScript(spell_grobbulus_poison);
|
||||
}
|
||||
|
||||
|
||||
@@ -734,4 +734,3 @@ void AddSC_boss_kelthuzad()
|
||||
RegisterSpellScript(spell_kelthuzad_frost_blast);
|
||||
RegisterSpellScript(spell_kelthuzad_detonate_mana_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -453,4 +453,3 @@ void AddSC_boss_sapphiron()
|
||||
new boss_sapphiron();
|
||||
RegisterSpellScript(spell_sapphiron_frost_explosion);
|
||||
}
|
||||
|
||||
|
||||
@@ -1240,4 +1240,3 @@ void AddSC_instance_naxxramas()
|
||||
new boss_naxxramas_misc();
|
||||
new at_naxxramas_hub_portal();
|
||||
}
|
||||
|
||||
|
||||
@@ -251,4 +251,3 @@ void AddSC_instance_eye_of_eternity()
|
||||
{
|
||||
new instance_eye_of_eternity();
|
||||
}
|
||||
|
||||
|
||||
@@ -222,4 +222,3 @@ void AddSC_boss_anomalus()
|
||||
new boss_anomalus();
|
||||
new achievement_chaos_theory();
|
||||
}
|
||||
|
||||
|
||||
@@ -216,4 +216,3 @@ void AddSC_boss_keristrasza()
|
||||
new boss_keristrasza();
|
||||
new achievement_intense_cold();
|
||||
}
|
||||
|
||||
|
||||
@@ -273,4 +273,3 @@ void AddSC_instance_nexus()
|
||||
new instance_nexus();
|
||||
new npc_crystalline_frayer();
|
||||
}
|
||||
|
||||
|
||||
@@ -295,4 +295,3 @@ void AddSC_instance_oculus()
|
||||
{
|
||||
new instance_oculus();
|
||||
}
|
||||
|
||||
|
||||
@@ -922,4 +922,3 @@ void AddSC_oculus()
|
||||
RegisterSpellScript(spell_oculus_rider_aura);
|
||||
RegisterSpellScript(spell_oculus_drake_flag_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -290,4 +290,3 @@ void AddSC_boss_loken()
|
||||
new boss_loken();
|
||||
new spell_loken_pulsing_shockwave();
|
||||
}
|
||||
|
||||
|
||||
@@ -218,4 +218,3 @@ void AddSC_instance_halls_of_lightning()
|
||||
{
|
||||
new instance_halls_of_lightning();
|
||||
}
|
||||
|
||||
|
||||
@@ -251,4 +251,3 @@ void AddSC_boss_krystallus()
|
||||
new spell_krystallus_shatter();
|
||||
new spell_krystallus_shatter_effect();
|
||||
}
|
||||
|
||||
|
||||
@@ -899,4 +899,3 @@ void AddSC_brann_bronzebeard()
|
||||
new iron_golem_custodian();
|
||||
new spell_hos_dark_matter();
|
||||
}
|
||||
|
||||
|
||||
@@ -268,4 +268,3 @@ void AddSC_instance_halls_of_stone()
|
||||
{
|
||||
new instance_halls_of_stone();
|
||||
}
|
||||
|
||||
|
||||
@@ -1313,4 +1313,3 @@ void AddSC_boss_freya()
|
||||
new achievement_freya_knock_on_wood("achievement_freya_knock_knock_on_wood", 2);
|
||||
new achievement_freya_knock_on_wood("achievement_freya_knock_knock_knock_on_wood", 3);
|
||||
}
|
||||
|
||||
|
||||
@@ -1181,4 +1181,3 @@ void AddSC_boss_razorscale()
|
||||
new achievement_quick_shave();
|
||||
new achievement_iron_dwarf_medium_rare();
|
||||
}
|
||||
|
||||
|
||||
@@ -1348,4 +1348,3 @@ void AddSC_instance_ulduar()
|
||||
{
|
||||
new instance_ulduar();
|
||||
}
|
||||
|
||||
|
||||
@@ -373,4 +373,3 @@ void AddSC_boss_keleseth()
|
||||
new npc_vrykul_skeleton();
|
||||
RegisterSpellScript(spell_frost_tomb_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -321,4 +321,3 @@ void AddSC_instance_utgarde_keep()
|
||||
{
|
||||
new instance_utgarde_keep();
|
||||
}
|
||||
|
||||
|
||||
@@ -239,4 +239,3 @@ void AddSC_utgarde_keep()
|
||||
|
||||
RegisterSpellScript(spell_ticking_time_bomb_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -821,4 +821,3 @@ void AddSC_boss_palehoof()
|
||||
new npc_frenzied_worgen();
|
||||
new go_palehoof_sphere();
|
||||
}
|
||||
|
||||
|
||||
@@ -533,4 +533,3 @@ void AddSC_boss_skadi()
|
||||
new boss_skadi_grauf();
|
||||
new go_harpoon_canon();
|
||||
}
|
||||
|
||||
|
||||
@@ -439,4 +439,3 @@ void AddSC_boss_svala()
|
||||
new npc_ritual_channeler();
|
||||
RegisterSpellAndAuraScriptPair(spell_svala_ritual_strike, spell_svala_ritual_strike_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -271,4 +271,3 @@ void AddSC_instance_utgarde_pinnacle()
|
||||
{
|
||||
new instance_utgarde_pinnacle();
|
||||
}
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@ void AddSC_utgarde_pinnacle()
|
||||
{
|
||||
RegisterSpellScript(spell_utgarde_pinnacle_beast_mark);
|
||||
}
|
||||
|
||||
|
||||
@@ -235,4 +235,3 @@ void AddSC_boss_archavon()
|
||||
new boss_archavon();
|
||||
new spell_archavon_rock_shards();
|
||||
}
|
||||
|
||||
|
||||
@@ -278,4 +278,3 @@ void AddSC_boss_emalon()
|
||||
new spell_voa_overcharge();
|
||||
new spell_voa_lightning_nova();
|
||||
}
|
||||
|
||||
|
||||
@@ -263,4 +263,3 @@ void AddSC_boss_koralon()
|
||||
new spell_koralon_meteor_fists();
|
||||
new spell_flame_warder_meteor_fists();
|
||||
}
|
||||
|
||||
|
||||
@@ -268,4 +268,3 @@ void AddSC_instance_vault_of_archavon()
|
||||
{
|
||||
new instance_vault_of_archavon();
|
||||
}
|
||||
|
||||
|
||||
@@ -155,4 +155,3 @@ void AddSC_boss_moragg()
|
||||
new boss_moragg();
|
||||
RegisterSpellScript(spell_optic_link_aura);
|
||||
}
|
||||
|
||||
|
||||
@@ -677,4 +677,3 @@ void AddSC_instance_violet_hold()
|
||||
{
|
||||
new instance_violet_hold();
|
||||
}
|
||||
|
||||
|
||||
@@ -480,4 +480,3 @@ void AddSC_isle_of_conquest()
|
||||
RegisterSpellScript(spell_ioc_parachute_ic_aura);
|
||||
RegisterSpellScript(spell_ioc_launch);
|
||||
}
|
||||
|
||||
|
||||
@@ -2060,4 +2060,3 @@ void AddSC_borean_tundra()
|
||||
RegisterSpellScript(spell_q11719_bloodspore_ruination_45997);
|
||||
new npc_bloodmage_laurith();
|
||||
}
|
||||
|
||||
|
||||
@@ -1283,4 +1283,3 @@ void AddSC_grizzly_hills()
|
||||
RegisterSpellScript(spell_q12227_camera_shake);
|
||||
RegisterSpellScript(spell_frog_kiss);
|
||||
}
|
||||
|
||||
|
||||
@@ -2156,4 +2156,3 @@ void AddSC_icecrown()
|
||||
new npc_blessed_banner();
|
||||
new npc_frostbrood_skytalon();
|
||||
}
|
||||
|
||||
|
||||
@@ -1511,4 +1511,3 @@ void AddSC_sholazar_basin()
|
||||
|
||||
RegisterSpellScript(spell_q12611_deathbolt);
|
||||
}
|
||||
|
||||
|
||||
@@ -1187,4 +1187,3 @@ void AddSC_storm_peaks()
|
||||
new npc_vehicle_d16_propelled_delivery();
|
||||
RegisterSpellScript(spell_q12823_remove_collapsing_cave_aura);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user