chore(Scripts/ToC): Correct variable naming according to standarrds (#13786)
* chore(Scripts/ToC): Correct variable naming according to standarrds * Update src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
7c73aa8229
commit
fb08f8e905
1 changed files with 1 additions and 1 deletions
|
|
@ -1417,7 +1417,7 @@ public:
|
|||
bool DoNeedCleanup(Player* ignoredPlayer = nullptr)
|
||||
{
|
||||
uint8 aliveCount = 0;
|
||||
for (const auto &itr: instance->GetPlayers())
|
||||
for (auto const& itr: instance->GetPlayers())
|
||||
{
|
||||
if (Player* plr = itr.GetSource())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue