From f63c07e66975a9f55c0bf5f73a4f2a34bde3e848 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 7 Mar 2009 10:43:27 -0600 Subject: [7398] Now really really fix error message Author: VladimirMangos --HG-- branch : trunk --- src/game/LootMgr.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 046fa28f106..100e1b8c33a 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -124,7 +124,7 @@ void LootStore::LoadLootTable() if(maxcount > std::numeric_limits::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::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::max()); continue; // error already printed to log/console. } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3323da17142..ffd0c7e3dd3 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7397" + #define REVISION_NR "7398" #endif // __REVISION_NR_H__ -- cgit v1.2.3