mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template
This commit is contained in:
parent
c95097c759
commit
aaa2affd6d
5 changed files with 1 additions and 81 deletions
|
|
@ -1353,11 +1353,9 @@ 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