aboutsummaryrefslogtreecommitdiff
path: root/src/game/Group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Group.cpp')
-rw-r--r--src/game/Group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Group.cpp b/src/game/Group.cpp
index 62ace59bffa..d93b9e12b5a 100644
--- a/src/game/Group.cpp
+++ b/src/game/Group.cpp
@@ -1568,7 +1568,7 @@ void Group::SetRaidDifficulty(Difficulty difficulty)
if(!isBGGroup())
CharacterDatabase.PExecute("UPDATE groups SET raiddifficulty = %u WHERE leaderGuid ='%u'", m_raidDifficulty, GUID_LOPART(m_leaderGuid));
- for(GroupReference *itr = GetFirstMember(); itr != NULL; itr = itr->next())
+ for (GroupReference *itr = GetFirstMember(); itr != NULL; itr = itr->next())
{
Player *player = itr->getSource();
if(!player->GetSession() || player->getLevel() < LEVELREQUIREMENT_HEROIC)