浏览代码

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

aleos89 8 年之前
父节点
当前提交
27a30ffa51
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);