mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
add default params to a lot more functions
This commit is contained in:
@@ -171,7 +171,7 @@ BOOL daPy_npc_c::checkNowPosMove(const char* pName) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
int evtStaffId = dComIfGp_evmng_getMyStaffId(pName, NULL, 0);
|
||||
int evtStaffId = dComIfGp_evmng_getMyStaffId(pName);
|
||||
if (evtStaffId != -1) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user