[10942] Implement .reload npc_text.

This commit is contained in:
VladimirMangos 2010-12-30 23:39:43 +03:00
parent 16768da053
commit 7a2478ff4f
7 changed files with 22 additions and 12 deletions

View file

@ -4776,7 +4776,7 @@ void ObjectMgr::LoadGossipText()
delete result;
}
void ObjectMgr::LoadNpcTextLocales()
void ObjectMgr::LoadGossipTextLocales()
{
mNpcTextLocaleMap.clear(); // need for reload case
@ -8338,7 +8338,7 @@ void ObjectMgr::LoadVendorTemplates()
sLog.outErrorDb("Table `npc_vendor_template` has vendor template %u not used by any vendors ", *vItr);
}
void ObjectMgr::LoadNpcTextId()
void ObjectMgr::LoadNpcGossips()
{
m_mCacheNpcTextIdMap.clear();