[7398] Now really really fix error message Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-07 10:43:27 -06:00
parent 99c765cec3
commit f63c07e669
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ void LootStore::LoadLootTable()
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.
}

View File

@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7397"
#define REVISION_NR "7398"
#endif // __REVISION_NR_H__