mini fix
This commit is contained in:
@@ -330,7 +330,7 @@ LPCHARACTER CHARACTER_MANAGER::SpawnMobRandomPosition(DWORD dwVnum, long lMapInd
|
|||||||
if (!ch->Show(lMapIndex, x, y, 0, false))
|
if (!ch->Show(lMapIndex, x, y, 0, false))
|
||||||
{
|
{
|
||||||
M2_DESTROY_CHARACTER(ch);
|
M2_DESTROY_CHARACTER(ch);
|
||||||
sys_err(0, "SpawnMobRandomPosition: cannot show monster");
|
sys_err("SpawnMobRandomPosition: cannot show monster");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1026,7 +1026,7 @@ EVENTFUNC(quest_login_event)
|
|||||||
}
|
}
|
||||||
else
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user