mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Revert "Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template"
This reverts commit cb7be30594e6985aea1521a174364319fb029d69. NOTE: This proves that the code / db notes can't be trusted
This commit is contained in:
parent
3d25dcc44a
commit
6d62bc6101
6 changed files with 88 additions and 8 deletions
|
|
@ -1353,9 +1353,11 @@ void World::SetInitialWorldSettings()
|
|||
sObjectMgr.LoadGossipMenus();
|
||||
|
||||
sLog.outString("Loading Vendors...");
|
||||
sObjectMgr.LoadVendorTemplates(); // must be after load ItemTemplate
|
||||
sObjectMgr.LoadVendors(); // must be after load CreatureTemplate, VendorTemplate, and ItemTemplate
|
||||
|
||||
sLog.outString("Loading Trainers...");
|
||||
sObjectMgr.LoadTrainerTemplates(); // must be after load CreatureTemplate
|
||||
sObjectMgr.LoadTrainers(); // must be after load CreatureTemplate, TrainerTemplate
|
||||
|
||||
sLog.outString("Loading Waypoint scripts..."); // before loading from creature_movement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue