Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template

This commit is contained in:
Antz 2018-01-06 22:51:51 +00:00 committed by Antz
parent c95097c759
commit aaa2affd6d
5 changed files with 1 additions and 81 deletions

View file

@ -825,9 +825,7 @@ class ObjectMgr
void LoadGossipMenus();
void LoadVendorTemplates();
void LoadVendors() { LoadVendors("npc_vendor", false); }
void LoadTrainerTemplates();
void LoadTrainers() { LoadTrainers("npc_trainer", false); }
/// @param _map Map* of the map for which to load active entities. If NULL active entities on continents are loaded