Jelajahi Sumber

Corrected a random option warning

* Fixed a small typo in the itemdb_read_randomopt.
Aleos 8 tahun lalu
induk
melakukan
e655a73815
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/map/itemdb.c

+ 1 - 1
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;
 		}