From 6b1c83f629ffceefb89d433f907b60865be71ae3 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 27 Apr 2022 00:39:12 +0300 Subject: [PATCH] [Client] Fix iteration through summoned creature map in ObjectList --- apps/openmw/mwmp/ObjectList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwmp/ObjectList.cpp b/apps/openmw/mwmp/ObjectList.cpp index 684542c3f..8136f9377 100644 --- a/apps/openmw/mwmp/ObjectList.cpp +++ b/apps/openmw/mwmp/ObjectList.cpp @@ -550,6 +550,7 @@ void ObjectList::spawnObjects(MWWorld::CellStore* cellStore) foundSummonedCreature = true; break; } + ++it; } // If it is, update its creatureActorId