diff options
Diffstat (limited to 'src/game/TemporarySummon.cpp')
| -rw-r--r-- | src/game/TemporarySummon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 434750c8744..70d55cc55fb 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -215,6 +215,7 @@ void TempSummon::InitSummon() if(owner->GetTypeId()==TYPEID_UNIT && ((Creature*)owner)->IsAIEnabled) ((Creature*)owner)->AI()->JustSummoned(this); } + AI()->IsSummonedBy(owner); } void TempSummon::SetTempSummonType(TempSummonType type) |
