diff --git a/src/map/status.cpp b/src/map/status.cpp index 9a918a9872..4884fe7d72 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -10051,6 +10051,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty } int tick = (int)duration; + map_session_data *sd = BL_CAST(BL_PC, bl); vd = status_get_viewdata(bl);