diff options
| author | megamage <none@none> | 2009-03-21 22:31:00 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 22:31:00 -0600 |
| commit | a0298bc58d414fc30dddbf2dc7b441bff6c35161 (patch) | |
| tree | 23a5f068ffcb0f93a3614349b0a4c07cc7ee3027 /src | |
| parent | ee332629b6af6b12079497f5d635e15fedee87b2 (diff) | |
| parent | f5116e0e7864d593930d1404d5b4d9316553ee42 (diff) | |
*Merge.
--HG--
branch : trunk
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); |
