Remove copied comment

This commit is contained in:
Sdyess
2019-06-11 17:09:42 -05:00
parent ef1d9a4d20
commit abe4309ed1

View File

@@ -342,7 +342,6 @@ public:
{ {
Group::MemberSlotList const& members = group->GetMemberSlots(); Group::MemberSlotList const& members = group->GetMemberSlots();
// Pay the group (OnCreatureKill only rewards the player that got the killing blow)
for (auto itr = members.begin(); itr != members.end(); ++itr) for (auto itr = members.begin(); itr != members.end(); ++itr)
{ {
Player* playerInGroup = ObjectAccessor::FindPlayer((*itr).guid); Player* playerInGroup = ObjectAccessor::FindPlayer((*itr).guid);