aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-06 18:09:01 -0600
committermegamage <none@none>2009-03-06 18:09:01 -0600
commit7915fd768a34604f6edf6be63bdf77fb2663d556 (patch)
tree372241b979bda672dcc03c9f203a1928848bc553 /src/game/Object.cpp
parent13fc3dcd7e95288cd9482e7440df3b15a3c580cb (diff)
parentb49732c04db0d5bf67bf78e73e9c22f2078fd47c (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index ab79ca366e4..62f9c606b6b 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1603,7 +1603,7 @@ Creature* WorldObject::SummonCreature(uint32 id, float x, float y, float z, floa
pCreature->SetHomePosition(x, y, z, ang);
pCreature->Summon(spwtype, despwtime);
- if(GetTypeId()==TYPEID_UNIT && ((Creature*)this)->AI())
+ if(GetTypeId()==TYPEID_UNIT && ((Creature*)this)->IsAIEnabled)
((Creature*)this)->AI()->JustSummoned(pCreature);
if(pCreature->GetCreatureInfo()->flags_extra & CREATURE_FLAG_EXTRA_TRIGGER && pCreature->m_spells[0])