mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[7398] Now really really fix error message :/
This commit is contained in:
parent
13ca8d7064
commit
67f307d5f7
2 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ void LootStore::LoadLootTable()
|
||||||
|
|
||||||
if(maxcount > std::numeric_limits<uint8>::max())
|
if(maxcount > std::numeric_limits<uint8>::max())
|
||||||
{
|
{
|
||||||
sLog.outErrorDb("Table '%s' entry %d item %d: maxcount value (%u) to large. must be less %u - skipped", GetName(), entry, maxcount,std::numeric_limits<uint8>::max());
|
sLog.outErrorDb("Table '%s' entry %d item %d: maxcount value (%u) to large. must be less %u - skipped", GetName(), entry, item, maxcount,std::numeric_limits<uint8>::max());
|
||||||
continue; // error already printed to log/console.
|
continue; // error already printed to log/console.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7397"
|
#define REVISION_NR "7398"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue