mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +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
|
|
@ -825,7 +825,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue