Core/Petition: add missing increment on RemovePetitionsByOwnerAndType iteration

This commit is contained in:
ccrs
2017-04-27 13:29:51 +02:00
parent e30e11d4c7
commit aa86dfddca

View File

@@ -154,6 +154,8 @@ void PetitionMgr::RemovePetitionsByOwnerAndType(ObjectGuid ownerGuid, CharterTyp
itr = _petitionStore.erase(itr);
break;
}
else
++itr;
}
else
++itr;