mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9206] Some code cleanups.
* UNIT_STAT_SEARCHING not used * Remove some commented wrong code * WaypointMovementGenerator<Creature>::Initialize() not have code
This commit is contained in:
parent
544d396beb
commit
98adbbc3d3
8 changed files with 7 additions and 23 deletions
|
|
@ -50,7 +50,6 @@
|
|||
#include "Policies/SingletonImp.h"
|
||||
#include "BattleGroundMgr.h"
|
||||
#include "TemporarySummon.h"
|
||||
#include "WaypointMovementGenerator.h"
|
||||
#include "VMapFactory.h"
|
||||
#include "GlobalEvents.h"
|
||||
#include "GameEventMgr.h"
|
||||
|
|
@ -1496,7 +1495,6 @@ void World::SetInitialWorldSettings()
|
|||
|
||||
///- Initilize static helper structures
|
||||
AIRegistry::Initialize();
|
||||
WaypointMovementGenerator<Creature>::Initialize();
|
||||
Player::InitVisibleBits();
|
||||
|
||||
///- Initialize MapManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue