Browse Source

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

aleos89 8 năm trước cách đây
mục cha
commit
27a30ffa51
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);