Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode
Port From (https://github.com/TrinityCore/TrinityCore/commit/4772c4817f1b34553f1c697e2aedc0372af9aea2)
This commit is contained in:
@@ -887,8 +887,11 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Gossip menu options...");
|
||||
Global.ObjectMgr.LoadGossipMenuItems();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Gossip menu friendship factions...");
|
||||
Global.ObjectMgr.LoadGossipMenuFriendshipFactions();
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Gossip menu addon...");
|
||||
Global.ObjectMgr.LoadGossipMenuAddon();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Gossip menu item addon...");
|
||||
Global.ObjectMgr.LoadGossipMenuItemAddon();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Creature trainers...");
|
||||
Global.ObjectMgr.LoadCreatureTrainers(); // must be after LoadGossipMenuItems
|
||||
|
||||
Reference in New Issue
Block a user