Fixed wrong output in itemdb_read_itemdelay
This commit is contained in:
parent
d8768e4cae
commit
9cd1ea4ebe
@ -769,7 +769,7 @@ static bool itemdb_read_itemdelay(char* str[], int columns, int current) {
|
|||||||
|
|
||||||
if( delay < 0 )
|
if( delay < 0 )
|
||||||
{
|
{
|
||||||
ShowWarning("itemdb_read_itemdelay: Invalid delay %d for item id %hu.\n", id->delay, nameid);
|
ShowWarning("itemdb_read_itemdelay: Invalid delay %d for item id %hu.\n", delay, nameid);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user