mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user