Browse Source

Removed a duplicate function call in erasequest

Thanks to @Pokye
Lemongrass3110 2 năm trước cách đây
mục cha
commit
18ec884ba8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/map/script.cpp

+ 0 - 1
src/map/script.cpp

@@ -20736,7 +20736,6 @@ BUILDIN_FUNC(erasequest)
 	}
 	pc_show_questinfo(sd); 
 
-	pc_show_questinfo(sd);
 	return SCRIPT_CMD_SUCCESS;
 }