Skip to content

Commit 0cba555

Browse files
committed
Scripts/Spells: fix codestyle
thanks @whoami
1 parent c8ee638 commit 0cba555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/scripts/Spells/spell_holiday.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ class spell_midsummer_braziers_hit : public SpellScriptLoader
859859
if ((player->HasAura(SPELL_TORCH_TOSSING_TRAINING) && GetStackAmount() == 8) || (player->HasAura(SPELL_TORCH_TOSSING_PRACTICE) && GetStackAmount() == 20))
860860
{
861861
if (player->GetTeam() == ALLIANCE)
862-
player->CastSpell(player, SPELL_TORCH_TOSSING_TRAINING_SUCCESS_ALLIANCE, true);
862+
player->CastSpell(player, SPELL_TORCH_TOSSING_TRAINING_SUCCESS_ALLIANCE, true);
863863
else if (player->GetTeam() == HORDE)
864864
player->CastSpell(player, SPELL_TORCH_TOSSING_TRAINING_SUCCESS_HORDE, true);
865865
Remove();
@@ -904,6 +904,6 @@ void AddSC_holiday_spell_scripts()
904904
new spell_brewfest_relay_race_intro_force_player_to_throw();
905905
new spell_brewfest_dismount_ram();
906906
new spell_brewfest_barker_bunny();
907-
//Midsummer Fire Festival
907+
// Midsummer Fire Festival
908908
new spell_midsummer_braziers_hit();
909909
}

0 commit comments

Comments
 (0)