[9143] Typos

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
TOM_RUS 2010-01-11 01:26:11 +03:00 committed by VladimirMangos
parent 6769171a1d
commit 7985fe3d0f
2 changed files with 3 additions and 3 deletions

View file

@ -2080,7 +2080,7 @@ void ObjectMgr::LoadItemPrototypes()
} }
} }
// check some dbc referecned items (avoid duplicate reports) // check some dbc referenced items (avoid duplicate reports)
std::set<uint32> notFoundOutfit; std::set<uint32> notFoundOutfit;
for (uint32 i = 1; i < sCharStartOutfitStore.GetNumRows(); ++i) for (uint32 i = 1; i < sCharStartOutfitStore.GetNumRows(); ++i)
{ {
@ -2101,7 +2101,7 @@ void ObjectMgr::LoadItemPrototypes()
} }
for(std::set<uint32>::const_iterator itr = notFoundOutfit.begin(); itr != notFoundOutfit.end(); ++itr) for(std::set<uint32>::const_iterator itr = notFoundOutfit.begin(); itr != notFoundOutfit.end(); ++itr)
sLog.outErrorDb("Item (Entry: %u) not exist in `item_template` but referenced in `CharStartOutfit.dnc`", *itr); sLog.outErrorDb("Item (Entry: %u) not exist in `item_template` but referenced in `CharStartOutfit.dbc`", *itr);
} }
void ObjectMgr::LoadItemRequiredTarget() void ObjectMgr::LoadItemRequiredTarget()

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9142" #define REVISION_NR "9143"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__