From e5e13b21aecec1e16ba5f701233275426fe9673c Mon Sep 17 00:00:00 2001 From: Koncord Date: Sun, 28 Oct 2018 16:56:04 +0800 Subject: [PATCH] [Client] Fix crash on drag&drop --- apps/openmw/mwmp/ObjectList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwmp/ObjectList.cpp b/apps/openmw/mwmp/ObjectList.cpp index 3cad42e57..85e706e62 100644 --- a/apps/openmw/mwmp/ObjectList.cpp +++ b/apps/openmw/mwmp/ObjectList.cpp @@ -333,7 +333,7 @@ void ObjectList::placeObjects(MWWorld::CellStore* cellStore) for (const auto &baseObject : baseObjects) { - LOG_APPEND(Log::LOG_VERBOSE, "- cellRef: %s %i-%i, count: %i, charge: %i, enchantmentCharge: %i, soul: %s", + LOG_APPEND(Log::LOG_VERBOSE, "- cellRef: %s %i-%i, count: %i, charge: %i, enchantmentCharge: %.2f, soul: %s", baseObject.refId.c_str(), baseObject.refNum, baseObject.mpNum, baseObject.count, baseObject.charge, baseObject.enchantmentCharge, baseObject.soul.c_str());