diff options
| author | QAston <none@none> | 2009-06-25 15:34:08 +0200 | 
|---|---|---|
| committer | QAston <none@none> | 2009-06-25 15:34:08 +0200 | 
| commit | 4ca17d413703a8fdb51018f4b95a6682ad8f80d0 (patch) | |
| tree | f28450664c5359f980055202d20029611ef1c856 /src/game/SpellEffects.cpp | |
| parent | bbc1578ab5e4039e9e496df417101262afde36a7 (diff) | |
*Fix Recently bandagd debuf - by Maxxie
*Prevent possible crash in Chimera Shot handler.
--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 e9a358a05c2..7b3ca12c61e 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5277,6 +5277,8 @@ void Spell::EffectScriptEffect(uint32 effIndex)                          flag96 familyFlag = aura->GetSpellProto()->SpellFamilyFlags;                          if (!(familyFlag[1] & 0x00000080 || familyFlag[0] & 0x0000C000))                              continue; +                        if (!aura->GetPartAura(0)) +                            continue;                          // Serpent Sting - Instantly deals 40% of the damage done by your Serpent Sting.                          if (familyFlag[0] & 0x4000)  | 
