mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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;
|
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()
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue