mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(Server): remove double blank lines at the end of several files (#19735)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user