diff options
author | QAston <none@none> | 2009-06-06 08:42:43 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-06 08:42:43 +0200 |
commit | 6f9f1a13f5da93cc9bb63d40bfa529e688592581 (patch) | |
tree | 907ba9869f99740467ef4956999173c971cccee1 /src/game/SpellAuras.cpp | |
parent | c99b74151727a081423c60d3f42f1bd6caf4cc7e (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index dae7436e599..8e1ab386ae2 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -672,7 +672,7 @@ void Aura::Update(uint32 diff) // used for example when triggered spell of spell:10 is modded Spell * modSpell = NULL; Unit* caster = NULL; - if (IS_PLAYER_GUID(GetCasterGUID()) + if (IS_PLAYER_GUID(GetCasterGUID())) { caster = GetCaster(); modSpell = ((Player*)caster)->FindCurrentSpellBySpellId(GetId()); |