Skip to content

Commit

Permalink
Corrected a random option warning
Browse files Browse the repository at this point in the history
* Fixed a small typo in the itemdb_read_randomopt.
  • Loading branch information
aleos89 committed Mar 31, 2017
1 parent c1ef0aa commit e655a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/itemdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e655a73

Please sign in to comment.