diff options
| author | QAston <none@none> | 2009-07-22 20:22:36 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-22 20:22:36 +0200 |
| commit | 974fad377e6f9479d5beb9bca7c51eb8451766a3 (patch) | |
| tree | c9170fb83ac23436fc7a7d5eeef85b2bfcbb4e1b /src/game/SpellEffects.cpp | |
| parent | 0db6cb16d894b606493d88d412aa1bf9a54c6073 (diff) | |
*Fix a typo breaking some summon types.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 2 |
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: |
