Explorar el Código

Removed an unused variable
* Follow up to bae5c31.
* Fixes #2241.
Thanks to @hazimjauhari90!

aleos89 hace 8 años
padre
commit
27a30ffa51
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/map/atcommand.c

+ 0 - 1
src/map/atcommand.c

@@ -9842,7 +9842,6 @@ ACMD_FUNC(cloneequip) {
 */
 ACMD_FUNC(clonestat) {
 	struct map_session_data *pl_sd;
-	uint32 char_id = 0;
 
 	nullpo_retr(-1, sd);