Sfoglia il codice sorgente

Fixes a compile error

aleos 1 anno fa
parent
commit
92b6879b30
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/map/status.cpp

+ 1 - 0
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);