mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core: whitespace cleanup, reduce double blank line to single (#25795)
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4)
This commit is contained in:
@@ -196,7 +196,6 @@ class spell_dh_chaos_strike : public AuraScript
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// 206416 - First Blood
|
||||
class spell_dh_first_blood : public AuraScript
|
||||
{
|
||||
@@ -458,14 +457,12 @@ void AddSC_demon_hunter_spell_scripts()
|
||||
|
||||
/* Spells & Auras */
|
||||
|
||||
|
||||
/* Auras */
|
||||
|
||||
RegisterSpellScript(spell_dh_first_blood);
|
||||
|
||||
/* AreaTrigger */
|
||||
|
||||
|
||||
/* Spells */
|
||||
|
||||
RegisterSpellScript(spell_dh_blade_dance);
|
||||
|
||||
@@ -430,7 +430,6 @@ class spell_dk_death_grip_initial : public SpellScript
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// 48743 - Death Pact
|
||||
class spell_dk_death_pact : public AuraScript
|
||||
{
|
||||
|
||||
@@ -2809,7 +2809,6 @@ enum ReindeerTransformation
|
||||
SPELL_REINDEER_60 = 25858,
|
||||
};
|
||||
|
||||
|
||||
class spell_item_reindeer_transformation : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_item_reindeer_transformation);
|
||||
|
||||
@@ -2138,7 +2138,6 @@ class spell_q13264_q13276_q13288_q13289_bloated_abom_feign_death : public AuraSc
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
class spell_q13264_q13276_q13288_q13289_area_restrict_abom : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q13264_q13276_q13288_q13289_area_restrict_abom);
|
||||
|
||||
Reference in New Issue
Block a user