diff options
Diffstat (limited to 'src')
-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 78d0024c73a..afbc5de607a 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -1488,6 +1488,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); |