From ebf53a4820de1978a9ad8a6743255d72ae7592e0 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 25 Mar 2009 16:20:30 -0600 Subject: *Summon all creatures by summon properties. --HG-- branch : trunk --- src/game/TemporarySummon.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/TemporarySummon.cpp') diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index f837cfbae8b..8f3988994fb 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -189,6 +189,9 @@ void TempSummon::InitSummon(uint32 duration) owner->m_TotemSlot[slot] = GetGUID(); } } + + if(m_Properties->Faction) + setFaction(m_Properties->Faction); } void TempSummon::SetTempSummonType(TempSummonType type) -- cgit v1.2.3