Cleaned up a few TODOs from #7963 (#8254)

This commit is contained in:
Lemongrass3110
2024-05-02 22:44:31 +02:00
committed by GitHub
parent 6d2ef66bbb
commit 827517f8cf
16 changed files with 788 additions and 876 deletions

View File

@@ -19867,7 +19867,7 @@ BUILDIN_FUNC(unitattack)
case BL_PC: {
map_session_data* sd = (map_session_data*)unit_bl;
clif_parse_ActionRequest_sub(sd, actiontype > 0 ? 0x07 : 0x00, target_bl->id, gettick());
clif_parse_ActionRequest_sub( *sd, actiontype > 0 ? 0x07 : 0x00, target_bl->id, gettick() );
script_pushint(st, sd->ud.target == target_bl->id);
return SCRIPT_CMD_SUCCESS;
}