diff options
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r-- | src/game/BattleGround.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 4dbd1ae5a3b..a7f0e2b4ec3 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1489,7 +1489,6 @@ Creature* BattleGround::AddCreature(uint32 entry, uint32 type, uint32 teamval, f } pCreature->SetHomePosition(x, y, z, o); - pCreature->AIM_Initialize(); //pCreature->SetDungeonDifficulty(0); |