diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 6b521fda2..38fc56cd4 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -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 notFoundOutfit; for (uint32 i = 1; i < sCharStartOutfitStore.GetNumRows(); ++i) { @@ -2101,7 +2101,7 @@ void ObjectMgr::LoadItemPrototypes() } for(std::set::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() diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cf508da2c..043a0a22a 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 "9142" + #define REVISION_NR "9143" #endif // __REVISION_NR_H__