Kaynağa Gözat

Corrected a compile error
* Follow up to 900548f.

aleos89 8 yıl önce
ebeveyn
işleme
a3282c1730
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/map/script.c

+ 1 - 1
src/map/script.c

@@ -6714,7 +6714,7 @@ static int script_getitem_randomoption(struct script_state *st, struct item *it,
 		return SCRIPT_CMD_FAILURE;
 		return SCRIPT_CMD_FAILURE;
 	}
 	}
 	if (opt_param_n < 1) {
 	if (opt_param_n < 1) {
-		ShowError("buildin_%s: No option parameter listed.\n";, funcname);
+		ShowError("buildin_%s: No option parameter listed.\n", funcname);
 		return SCRIPT_CMD_FAILURE;
 		return SCRIPT_CMD_FAILURE;
 	}
 	}