mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11852] Add support for db scripts assigned to gossip menus
This commit is contained in:
parent
83e85416f4
commit
4c82458874
13 changed files with 76 additions and 48 deletions
|
|
@ -1195,11 +1195,7 @@ void World::SetInitialWorldSettings()
|
|||
sLog.outString( "Loading Gossip scripts..." );
|
||||
sScriptMgr.LoadGossipScripts(); // must be before gossip menu options
|
||||
|
||||
sLog.outString( "Loading Gossip menus..." );
|
||||
sObjectMgr.LoadGossipMenu();
|
||||
|
||||
sLog.outString( "Loading Gossip menu options..." );
|
||||
sObjectMgr.LoadGossipMenuItems();
|
||||
sObjectMgr.LoadGossipMenus();
|
||||
|
||||
sLog.outString( "Loading Vendors..." );
|
||||
sObjectMgr.LoadVendorTemplates(); // must be after load ItemTemplate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue