Merge pull request #87 from onurcan488/main

This commit is contained in:
rtw1x1
2026-02-18 20:46:53 +00:00
committed by GitHub
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;
}
}