This commit is contained in:
onurcan488
2026-02-18 22:09:00 +03:00
parent 1a2cf280b6
commit ac2c6e4dbc
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ LPCHARACTER CHARACTER_MANAGER::SpawnMobRandomPosition(DWORD dwVnum, long lMapInd
if (!ch->Show(lMapIndex, x, y, 0, false))
{
M2_DESTROY_CHARACTER(ch);
sys_err(0, "SpawnMobRandomPosition: cannot show monster");
sys_err("SpawnMobRandomPosition: cannot show monster");
return NULL;
}

View File

@@ -1026,7 +1026,7 @@ EVENTFUNC(quest_login_event)
}
else
{
sys_err(0, "input_db.cpp:quest_login_event INVALID PHASE pid %d", ch->GetPlayerID());
sys_err("input_db.cpp:quest_login_event INVALID PHASE pid %d", ch->GetPlayerID());
return 0;
}
}