[Client] Fix build

sol2-server-rewrite
David Cernat 6 years ago
parent 09958681cd
commit 51a92bcf8f

@ -480,7 +480,7 @@ void WorldEvent::runConsoleCommands(MWWorld::CellStore* cellStore)
if (ptrFound)
{
LOG_APPEND(Log::LOG_VERBOSE, "-- Found %s, %i, %i", ptrFound.getCellRef().getRefId().c_str(),
ptrFound.getCellRef().getRefNum(), ptrFound.getCellRef().getMpNum());
ptrFound.getCellRef().getRefNum().mIndex, ptrFound.getCellRef().getMpNum());
windowManager->setConsolePtr(ptrFound);
windowManager->executeCommandInConsole(consoleCommand);

Loading…
Cancel
Save