Fixes a compile error

This commit is contained in:
aleos 2024-05-07 12:30:35 -04:00
parent 477c845027
commit 92b6879b30

View File

@ -10051,6 +10051,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
} }
int tick = (int)duration; int tick = (int)duration;
map_session_data *sd = BL_CAST(BL_PC, bl);
vd = status_get_viewdata(bl); vd = status_get_viewdata(bl);