d_event_data start

This commit is contained in:
LagoLunatic
2023-10-24 01:01:06 -04:00
parent d53c702bb7
commit 8018710181
7 changed files with 204 additions and 18 deletions
+1 -1
View File
@@ -756,7 +756,7 @@ bool dNpc_EventCut_c::cutProc() {
},
};
mCurActIdx = dComIfGp_evmng_getMyActIdx(mEvtStaffId, action_table, 7, 1, 0);
mCurActIdx = dComIfGp_evmng_getMyActIdx(mEvtStaffId, action_table, ARRAY_SIZE(action_table), 1, 0);
if(mCurActIdx == -1) {
return false;
}