Skip to content

Commit

Permalink
Removed a blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Oct 14, 2023
1 parent b172372 commit b1383f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/ToSArenaMasterScript.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ToSArenaMasterScript : public CreatureScript
return true;
}


if (InstanceScript* pInstance = creature->GetInstanceScript())
{
auto encounterInProgress = pInstance->IsEncounterInProgress() ? "|cff00FF00true|r" : "|cffFF0000false|r";
Expand Down

0 comments on commit b1383f0

Please sign in to comment.