Corrected a random option warning

* Fixed a small typo in the itemdb_read_randomopt.
This commit is contained in:
Aleos 2017-03-31 12:40:53 -04:00 committed by GitHub
parent c1ef0aa4ce
commit e655a73815

View File

@ -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;
}