diff options
author | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
commit | bb1ee8a004c79d0f2262820f92df4bd72bdd6587 (patch) | |
tree | c240378ccc96b12f1f67cc9e096368bc95662a2c /src/game/ObjectMgr.cpp | |
parent | 375d3ba4eb986676fc9084a93414083a89d542a0 (diff) |
*Update to Mangos 6867. Source: Mangos.
*Big changes:
*[6858] Prevent cheating with ignore waiting in login queue.
*[6863] Arena team related clean ups and adding parts of w12x's arena patch.
*Some Config changes and guild changes.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index bdf9e0328f2..75f5ab8273e 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -7446,7 +7446,7 @@ void ObjectMgr::CheckScripts(ScriptMapMap const& scripts,std::set<int32>& ids) if(itrM->second.dataint) { if(!GetTrinityStringLocale (itrM->second.dataint)) - sLog.outErrorDb( "Table `db_script_string` has not existed string id %u", *itrM); + sLog.outErrorDb( "Table `db_script_string` has not existed string id %u", itrM->first); if(ids.count(itrM->second.dataint)) ids.erase(itrM->second.dataint); |