diff options
-rw-r--r-- | src/game/BattleGround.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 8ef926b4aaf..e63bea531d9 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1303,6 +1303,7 @@ Creature* BattleGround::AddCreature(uint32 entry, uint32 type, uint32 teamval, f return NULL; } + pCreature->SetHomePosition(x, y, z, o); pCreature->AIM_Initialize(); //pCreature->SetDungeonDifficulty(0); |