aboutsummaryrefslogtreecommitdiff
path: root/src/game/TemporarySummon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/TemporarySummon.cpp')
-rw-r--r--src/game/TemporarySummon.cpp3
1 files changed, 3 insertions, 0 deletions
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)