mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/Petition: add missing increment on RemovePetitionsByOwnerAndType iteration
This commit is contained in:
@@ -154,6 +154,8 @@ void PetitionMgr::RemovePetitionsByOwnerAndType(ObjectGuid ownerGuid, CharterTyp
|
||||
itr = _petitionStore.erase(itr);
|
||||
break;
|
||||
}
|
||||
else
|
||||
++itr;
|
||||
}
|
||||
else
|
||||
++itr;
|
||||
|
||||
Reference in New Issue
Block a user