mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9143] Typos
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
6769171a1d
commit
7985fe3d0f
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
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)
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue