mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Fixed some additional found nullptrs
This commit is contained in:
parent
2e925eddd5
commit
2d960a4b1c
36 changed files with 303 additions and 303 deletions
|
|
@ -832,7 +832,7 @@ class ObjectMgr
|
|||
void LoadTrainerTemplates();
|
||||
void LoadTrainers() { LoadTrainers("npc_trainer", false); }
|
||||
|
||||
/// @param _map Map* of the map for which to load active entities. If nullptr active entities on continents are loaded
|
||||
/// @param _map Map* of the map for which to load active entities. If NULL active entities on continents are loaded
|
||||
void LoadActiveEntities(Map* _map);
|
||||
|
||||
void LoadVehicleAccessory();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue