From e655a73815a93d2d44140a7b2f5cd327d9919b8b Mon Sep 17 00:00:00 2001 From: Aleos Date: Fri, 31 Mar 2017 12:40:53 -0400 Subject: [PATCH] Corrected a random option warning * Fixed a small typo in the itemdb_read_randomopt. --- src/map/itemdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 8e55162dc0..9f9557d258 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -1605,7 +1605,7 @@ static bool itemdb_read_randomopt(const char* basedir, bool silent) { if (!strchr(p, ',')) { - ShowError("itemdb_read_combos: Insufficient columns in line %d of \"%s\", skipping.\n", lines, path); + ShowError("itemdb_read_randomopt: Insufficient columns in line %d of \"%s\", skipping.\n", lines, path); continue; }