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

@@ -24,4 +24,3 @@ if (BUILD_APPLICATION_WORLDSERVER)
add_subdirectory(game)
add_subdirectory(scripts)
endif()

View File

@@ -28,4 +28,3 @@ int32 NullGameObjectAI::Permissible(GameObject const* /*go*/)
{
return PERMIT_BASE_IDLE;
}

View File

@@ -245,4 +245,3 @@ void AddSC_boss_gyth()
new boss_gyth();
RegisterSpellScript(spell_gyth_chromatic_protection);
}

View File

@@ -275,4 +275,3 @@ void AddSC_boss_broodlord()
new go_suppression_device();
RegisterSpellScript(spell_suppression_aura);
}

View File

@@ -365,4 +365,3 @@ void AddSC_boss_chromaggus()
RegisterSpellScript(spell_gen_elemental_shield);
RegisterSpellScript(spell_gen_brood_power);
}

View File

@@ -1277,4 +1277,3 @@ void AddSC_boss_nefarian()
RegisterSpellScript(spell_shadowblink);
RegisterSpellScript(spell_spawn_drakonid);
}

View File

@@ -338,4 +338,3 @@ void AddSC_boss_razorgore()
new go_orb_of_domination();
RegisterSpellScript(spell_egg_event);
}

View File

@@ -328,4 +328,3 @@ void AddSC_boss_vaelastrasz()
new boss_vaelastrasz();
RegisterSpellScript(spell_vael_burning_adrenaline);
}

View File

@@ -531,4 +531,3 @@ void AddSC_instance_blackwing_lair()
RegisterSpellScript(spell_bwl_shadowflame);
new at_orb_of_command();
}

View File

@@ -229,4 +229,3 @@ void AddSC_boss_baron_geddon()
RegisterSpellScript(spell_geddon_inferno_aura);
RegisterSpellScript(spell_geddon_armageddon_aura);
}

View File

@@ -230,4 +230,3 @@ void AddSC_boss_garr()
RegisterSpellScript(spell_garr_separation_anxiety_aura);
RegisterSpellScript(spell_garr_frenzy);
}

View File

@@ -167,4 +167,3 @@ void AddSC_boss_magmadar()
// Spells
RegisterSpellScript(spell_magmadar_lava_bomb);
}

View File

@@ -661,4 +661,3 @@ void AddSC_boss_majordomo()
RegisterSpellScript(spell_majordomo_separation_anxiety_aura);
RegisterSpellScript(spell_summon_ragnaros);
}

View File

@@ -564,4 +564,3 @@ void AddSC_boss_ragnaros()
RegisterSpellScript(spell_ragnaros_lava_burst_randomizer);
RegisterSpellScript(spell_ragnaros_summon_sons_of_flame);
}

View File

@@ -187,4 +187,3 @@ void AddSC_boss_shazzrah()
// Spells
RegisterSpellScript(spell_shazzrah_gate_dummy);
}

View File

@@ -268,4 +268,3 @@ void AddSC_molten_core()
// Spells
RegisterSpellScript(spell_mc_play_dead_aura);
}

View File

@@ -186,4 +186,3 @@ void AddSC_instance_gnomeregan()
new npc_kernobee();
new spell_gnomeregan_radiation_bolt();
}

View File

@@ -2084,4 +2084,3 @@ void AddSC_boss_chess_event()
RegisterSpellScript(spell_control_piece);
}

View File

@@ -416,4 +416,3 @@ void AddSC_boss_attumen()
RegisterKarazhanCreatureAI(boss_attumen);
RegisterSpellScript(spell_midnight_fixate);
}

View File

@@ -283,4 +283,3 @@ void AddSC_boss_moroes()
RegisterKarazhanCreatureAI(boss_moroes);
RegisterSpellScript(spell_moroes_vanish);
}

View File

@@ -336,4 +336,3 @@ void AddSC_boss_netherspite()
RegisterKarazhanCreatureAI(boss_netherspite);
RegisterSpellScript(spell_nether_portal_perseverence);
}

View File

@@ -397,4 +397,3 @@ void AddSC_boss_malchezaar()
RegisterKarazhanCreatureAI(npc_netherspite_infernal);
RegisterSpellScript(spell_malchezaar_enfeeble);
}

View File

@@ -502,4 +502,3 @@ void AddSC_boss_shade_of_aran()
RegisterSpellScript(spell_flamewreath_aura);
new at_karazhan_atiesh_aran();
}

View File

@@ -609,4 +609,3 @@ void AddSC_instance_karazhan()
RegisterSpellScript(spell_karazhan_overload_aura);
RegisterSpellScript(spell_karazhan_blink);
}

View File

@@ -313,4 +313,3 @@ void AddSC_boss_felblood_kaelthas()
RegisterMagistersTerraceCreatureAI(boss_felblood_kaelthas);
RegisterSpellScript(spell_mt_phoenix_burn);
}

View File

@@ -1257,4 +1257,3 @@ void AddSC_the_scarlet_enclave_c1()
RegisterSpellScript(spell_death_knight_initiate_visual);
}

View File

@@ -39,4 +39,3 @@ void AddSC_the_scarlet_enclave_c3()
{
RegisterSpellScript(spell_q12779_an_end_to_all_things);
}

View File

@@ -1249,4 +1249,3 @@ void AddSC_the_scarlet_enclave_c5()
new spell_chapter5_light_of_dawn_aura();
new spell_chapter5_rebuke();
}

View File

@@ -213,4 +213,3 @@ void AddSC_boss_kormok()
RegisterSpellScript(spell_kormok_summon_bone_mages);
RegisterSpellScript(spell_kormok_summon_bone_minions);
}

View File

@@ -464,4 +464,3 @@ void AddSC_instance_scholomance()
new spell_scholomance_boon_of_life();
new npc_scholomance_occultist();
}

View File

@@ -531,4 +531,3 @@ void AddSC_boss_apothecary_hummel()
RegisterSpellScript(spell_apothecary_perfume_spill);
RegisterSpellScript(spell_apothecary_cologne_spill);
}

View File

@@ -237,4 +237,3 @@ void AddSC_instance_shadowfang_keep()
new spell_shadowfang_keep_haunting_spirits();
new spell_shadowfang_keep_forsaken_skills();
}

View File

@@ -302,4 +302,3 @@ void AddSC_instance_sunken_temple()
new spell_temple_of_atal_hakkar_hex_of_jammal_an();
new spell_temple_of_atal_hakkar_awaken_the_soulflayer();
}

View File

@@ -526,4 +526,3 @@ void AddSC_boss_brutallus()
RegisterSpellScript(spell_brutallus_burn);
new AreaTrigger_at_sunwell_madrigosa();
}

View File

@@ -504,4 +504,3 @@ void AddSC_boss_eredar_twins()
RegisterSpellScript(spell_eredar_twins_blaze);
new AreaTrigger_at_sunwell_eredar_twins();
}

View File

@@ -565,4 +565,3 @@ void AddSC_boss_felmyst()
RegisterSpellScript(spell_felmyst_fog_of_corruption_charm_aura);
RegisterSpellScript(spell_felmyst_open_brutallus_back_doors);
}

View File

@@ -758,4 +758,3 @@ void AddSC_boss_kalecgos()
RegisterSpellScript(spell_kalecgos_spectral_realm_dummy);
RegisterSpellScript(spell_kalecgos_spectral_realm_aura);
}

View File

@@ -1262,4 +1262,3 @@ void AddSC_boss_kiljaeden()
RegisterSpellScript(spell_kiljaeden_armageddon_missile);
RegisterSpellScript(spell_kiljaeden_dragon_breath);
}

View File

@@ -485,4 +485,3 @@ void AddSC_boss_muru()
RegisterSpellScript(spell_entropius_void_zone_visual_aura);
RegisterSpellScript(spell_entropius_black_hole_effect);
}

View File

@@ -299,4 +299,3 @@ void AddSC_instance_sunwell_plateau()
new instance_sunwell_plateau();
RegisterSpellScript(spell_cataclysm_breath);
}

View File

@@ -253,4 +253,3 @@ void AddSC_instance_uldaman()
new spell_uldaman_stoned();
new spell_uldaman_boss_agro_archaedas();
}

View File

@@ -996,4 +996,3 @@ void AddSC_boss_hex_lord_malacrass()
new boss_alyson_antille();
new spell_hexlord_unstable_affliction();
}

View File

@@ -202,4 +202,3 @@ void AddSC_boss_gahzranka()
RegisterSpellScript(spell_gahzranka_slam);
RegisterSpellScript(spell_pagles_point_cast);
}

View File

@@ -413,4 +413,3 @@ void AddSC_boss_hakkar()
RegisterSpellScript(spell_blood_siphon);
RegisterSpellScript(spell_hakkar_power_down);
}

View File

@@ -169,4 +169,3 @@ void AddSC_boss_hazzarah()
RegisterZulGurubCreatureAI(boss_hazzarah);
RegisterSpellScript(spell_chain_burn);
}

View File

@@ -423,4 +423,3 @@ void AddSC_boss_jeklik()
RegisterCreatureAI(npc_batrider);
RegisterSpellScript(spell_batrider_bomb);
}

View File

@@ -322,4 +322,3 @@ void AddSC_boss_jindo()
RegisterSpellScript(spell_random_aggro);
RegisterSpellScript(spell_delusions_of_jindo);
}

View File

@@ -802,4 +802,3 @@ void AddSC_boss_mandokir()
RegisterSpellScript(spell_mandokir_charge);
RegisterSpellScript(spell_threatening_gaze_charge);
}

View File

@@ -343,4 +343,3 @@ void AddSC_boss_marli()
RegisterSpellScript(spell_enveloping_webs);
RegisterSpellScript(spell_marli_transform);
}

View File

@@ -56,4 +56,3 @@ void AddSC_zulgurub()
{
RegisterSpellScript(spell_axe_flurry);
}

View File

@@ -687,4 +687,3 @@ void AddSC_isle_of_queldanas()
// THEIR:
new npc_greengill_slave();
}

View File

@@ -496,4 +496,3 @@ void AddSC_event_love_in_the_air()
RegisterSpellScript(spell_love_is_in_the_air_romantic_picnic);
RegisterSpellScript(spell_gen_aura_service_uniform);
}

View File

@@ -1308,4 +1308,3 @@ void AddSC_event_midsummer_scripts()
RegisterSpellScript(spell_midsummer_torch_catch);
RegisterSpellScript(spell_midsummer_summon_ahune_lieutenant);
}

View File

@@ -683,4 +683,3 @@ void AddSC_event_pilgrims_end_scripts()
new achievement_pb_pilgrims_peril();
new achievement_pb_terokkar_turkey_time();
}

View File

@@ -266,4 +266,3 @@ void AddSC_event_winter_veil_scripts()
RegisterSpellScript(spell_winter_veil_racer_slam_hit);
RegisterSpellScript(spell_winter_veil_shoot_air_rifle);
}

View File

@@ -508,4 +508,3 @@ void AddSC_boss_archimonde()
RegisterHyjalAI(npc_ancient_wisp);
RegisterHyjalAI(npc_doomfire_spirit);
}

View File

@@ -181,4 +181,3 @@ void AddSC_boss_kazrogal()
RegisterHyjalAI(boss_kazrogal);
RegisterSpellAndAuraScriptPair(spell_mark_of_kazrogal, spell_mark_of_kazrogal_aura);
}

View File

@@ -192,4 +192,3 @@ void AddSC_boss_salramm()
new boss_salramm();
RegisterSpellScript(spell_boss_salramm_steal_flesh_aura);
}

View File

@@ -475,4 +475,3 @@ void AddSC_the_black_morass()
RegisterSpellScript(spell_black_morass_corrupt_medivh);
}

View File

@@ -428,4 +428,3 @@ void AddSC_boss_ayamiss()
RegisterSpellScriptWithArgs(spell_gen_ayamiss_swarmer_loop, "spell_gen_ayamiss_swarmer_loop_2", (NPC_HIVEZARA_SWARMER + 6) * 10);
RegisterSpellScriptWithArgs(spell_gen_ayamiss_swarmer_loop, "spell_gen_ayamiss_swarmer_loop_3", (NPC_HIVEZARA_SWARMER + 7) * 10);
}

View File

@@ -270,4 +270,3 @@ void AddSC_boss_buru()
RegisterRuinsOfAhnQirajCreatureAI(npc_buru_egg);
RegisterSpellScript(spell_egg_explosion);
}

View File

@@ -204,4 +204,3 @@ void AddSC_boss_moam()
RegisterSpellScript(spell_moam_mana_drain_filter);
RegisterSpellScript(spell_moam_summon_mana_fiends);
}

View File

@@ -382,4 +382,3 @@ void AddSC_boss_rajaxx()
RegisterSpellScript(spell_rajaxx_thundercrash);
RegisterRuinsOfAhnQirajCreatureAI(npc_general_andorov);
}

View File

@@ -161,4 +161,3 @@ void AddSC_ruins_of_ahnqiraj()
RegisterRuinsOfAhnQirajCreatureAI(npc_obsidian_destroyer);
RegisterSpellScript(spell_drain_mana);
}

View File

@@ -498,4 +498,3 @@ void AddSC_bug_trio()
RegisterSpellScript(spell_vem_knockback);
RegisterSpellScript(spell_vem_vengeance);
}

View File

@@ -1054,4 +1054,3 @@ void AddSC_boss_cthun()
new at_cthun_stomach_exit();
new at_cthun_center();
}

View File

@@ -185,4 +185,3 @@ void AddSC_boss_huhuran()
RegisterSpellScript(spell_huhuran_wyvern_sting);
RegisterSpellScript(spell_huhuran_poison_bolt);
}

View File

@@ -261,4 +261,3 @@ void AddSC_boss_skeram()
RegisterTempleOfAhnQirajCreatureAI(boss_skeram);
RegisterSpellScript(spell_skeram_arcane_explosion);
}

View File

@@ -487,4 +487,3 @@ void AddSC_boss_twinemperors()
new at_twin_emperors();
RegisterSpellScript(spell_mutate_explode_bug);
}

View File

@@ -420,4 +420,3 @@ void AddSC_boss_viscidus()
RegisterSpellScript(spell_explode_trigger);
RegisterSpellScript(spell_summon_toxin_slime);
}

View File

@@ -357,4 +357,3 @@ void AddSC_npc_anubisath_sentinel()
RegisterSpellScript(spell_anubisath_mortal_strike);
RegisterSpellScript(spell_mana_burn_area);
}

View File

@@ -575,4 +575,3 @@ void AddSC_temple_of_ahnqiraj()
RegisterSpellScript(spell_nullify);
new at_battleguard_sartura();
}

View File

@@ -519,4 +519,3 @@ void AddSC_instance_zulfarrak()
RegisterSpellScript(spell_zulfarrak_summon_zulfarrak_zombies);
RegisterSpellScript(spell_zulfarrak_unlocking);
}

View File

@@ -739,4 +739,3 @@ void AddSC_zulfarrak()
new npc_shadowpriest_sezziz();
new go_troll_cage();
}

View File

@@ -229,4 +229,3 @@ void AddSC_boss_azuregos()
RegisterSpellScript(spell_arcane_vacuum);
RegisterSpellScript(spell_mark_of_frost_freeze);
}

View File

@@ -585,4 +585,3 @@ void AddSC_azuremyst_isle()
new go_bristlelimb_cage();
RegisterSpellScript(spell_inoculate_nestlewood_owlkin);
}

View File

@@ -478,4 +478,3 @@ void AddSC_durotar()
RegisterSpellScript(spell_voljin_war_drums);
RegisterSpellScript(spell_voodoo);
}

View File

@@ -127,4 +127,3 @@ void AddSC_dustwallow_marsh()
RegisterSpellScript(spell_ooze_zap_channel_end);
RegisterSpellScript(spell_energize_aoe);
}

View File

@@ -56,4 +56,3 @@ void AddSC_feralas()
{
RegisterSpellScript(spell_gordunni_trap);
}

View File

@@ -360,4 +360,3 @@ void AddSC_thousand_needles()
new npc_plucky();
RegisterSpellScript(spell_panther_cage_key);
}

View File

@@ -304,4 +304,3 @@ void AddSC_boss_anub_arak()
RegisterSpellScript(spell_azjol_nerub_pound);
RegisterSpellScript(spell_azjol_nerub_impale_summon);
}

View File

@@ -415,4 +415,3 @@ void AddSC_boss_hadronox()
RegisterSpellScript(spell_hadronox_leech_poison_aura);
new achievement_hadronox_denied();
}

View File

@@ -350,4 +350,3 @@ void AddSC_boss_amanitar()
// Spells
RegisterSpellScript(spell_amanitar_remove_mushroom_power);
}

View File

@@ -395,4 +395,3 @@ void AddSC_boss_elder_nadox()
// Achievements
new achievement_respect_your_elders();
}

View File

@@ -504,4 +504,3 @@ void AddSC_boss_volazj()
RegisterSpellScript(spell_herald_volzaj_insanity);
RegisterSpellScript(spell_volazj_whisper);
}

View File

@@ -735,4 +735,3 @@ void AddSC_boss_jedoga_shadowseeker()
// Achievements
new achievement_volunteer_work();
}

View File

@@ -549,4 +549,3 @@ void AddSC_boss_taldaram()
RegisterSpellScript(spell_prince_taldaram_conjure_flame_sphere);
RegisterSpellScript(spell_prince_taldaram_flame_sphere_summon);
}

View File

@@ -194,4 +194,3 @@ void AddSC_instance_obsidian_sanctum()
{
new instance_obsidian_sanctum();
}

View File

@@ -1358,4 +1358,3 @@ void AddSC_boss_halion()
RegisterSpellScript(spell_halion_twilight_division);
RegisterSpellScript(spell_halion_twilight_mending);
}

View File

@@ -229,4 +229,3 @@ void AddSC_boss_saviana_ragefire()
RegisterSpellScript(spell_saviana_conflagration_init);
RegisterSpellScript(spell_saviana_conflagration_throwback);
}

View File

@@ -276,4 +276,3 @@ void AddSC_instance_ruby_sanctum()
new instance_ruby_sanctum();
RegisterSpellScript(spell_ruby_sanctum_rallying_shout);
}

View File

@@ -822,4 +822,3 @@ void AddSC_boss_argent_challenge()
RegisterSpellScript(spell_toc5_light_rain);
RegisterSpellScript(spell_reflective_shield_aura);
}

View File

@@ -1310,4 +1310,3 @@ void AddSC_instance_trial_of_the_champion()
{
new instance_trial_of_the_champion();
}

View File

@@ -955,4 +955,3 @@ void AddSC_boss_anubarak_trial()
new spell_gen_leeching_swarm();
new spell_gen_leeching_swarm_dmg();
}

View File

@@ -2496,4 +2496,3 @@ void AddSC_boss_faction_champions()
new npc_toc_pet_hunter();
new spell_faction_champion_warl_unstable_affliction();
}

View File

@@ -524,4 +524,3 @@ void AddSC_boss_jaraxxus()
new spell_toc25_mistress_kiss();
new spell_mistress_kiss_area();
}

View File

@@ -927,4 +927,3 @@ void AddSC_boss_twin_valkyr()
new spell_valkyr_touch();
new spell_valkyr_ball_periodic_dummy();
}

View File

@@ -1694,4 +1694,3 @@ void AddSC_instance_trial_of_the_crusader()
{
new instance_trial_of_the_crusader();
}

View File

@@ -284,4 +284,3 @@ void AddSC_boss_tharon_ja()
RegisterSpellScript(spell_tharon_ja_dummy_aura);
RegisterSpellScript(spell_tharon_ja_clear_gift_of_tharon_ja);
}

View File

@@ -373,4 +373,3 @@ void AddSC_boss_bronjahm()
RegisterSpellScript(spell_bronjahm_soulstorm_visual_aura);
RegisterSpellScript(spell_bronjahm_soulstorm_targeting);
}

Some files were not shown because too many files have changed in this diff Show More