mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10942] Implement .reload npc_text.
This commit is contained in:
parent
16768da053
commit
7a2478ff4f
7 changed files with 22 additions and 12 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue