Core: More Function Renaming.

This commit is contained in:
Malcrom
2013-06-11 21:25:12 -02:30
parent 66978cfc3b
commit ec474a62e5
143 changed files with 542 additions and 542 deletions

View File

@@ -2297,7 +2297,7 @@ ObjectList* SmartScript::GetTargets(SmartScriptHolder const& e, Unit* invoker /*
if (Group* group = player->GetGroup())
{
for (GroupReference* groupRef = group->GetFirstMember(); groupRef != NULL; groupRef = groupRef->next())
if (Player* member = groupRef->getSource())
if (Player* member = groupRef->GetSource())
l->push_back(member);
}
// We still add the player to the list if there is no group. If we do