Better itemdb_read_flag error message (#3971)
* Removed a redundant message. Thanks to @marky291!
This commit is contained in:
@@ -919,7 +919,7 @@ static bool itemdb_read_flag(char* fields[], int columns, int current) {
|
||||
struct item_data *id;
|
||||
|
||||
if (!(id = itemdb_exists(nameid))) {
|
||||
ShowError("itemdb_read_flag: Invalid item item with id %hu\n", nameid);
|
||||
ShowError("itemdb_read_flag: Invalid item id %hu\n", nameid);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user