aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 3807b6f1e78..72d59694632 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -3281,8 +3281,10 @@ void Spell::EffectSummonType(uint32 i)
{
default:
if (properties->Flags & 512)
+ {
SummonGuardian(entry, properties);
break;
+ }
switch(properties->Type)
{
case SUMMON_TYPE_PET: