diff options
| author | megamage <none@none> | 2009-05-06 17:52:45 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-06 17:52:45 -0500 |
| commit | 1b460da5cb48593808f3e2756c2c77961ec20e61 (patch) | |
| tree | fbe5831a9c55a0fb7cff6b8d86853f0938a4687a /src/game/Creature.cpp | |
| parent | c228f62a07f983c4a7e61743e40a69502cb09cee (diff) | |
*Fix broken instance scripts.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 1c905de68b8..01f43ac8163 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1387,7 +1387,7 @@ bool Creature::CreateFromProto(uint32 guidlow, uint32 Entry, uint32 team, const Map *map = FindMap(); if(map && map->IsDungeon() && ((InstanceMap*)map)->GetInstanceData()) { - ((InstanceMap*)map)->GetInstanceData()->OnCreatureCreate(this); + ((InstanceMap*)map)->GetInstanceData()->OnCreatureCreate(this, true); } return true; |
