diff options
| author | QAston <none@none> | 2009-03-19 21:47:16 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-19 21:47:16 +0100 |
| commit | c6f3532ada2f7796e3a71cf12d318fdddcd07941 (patch) | |
| tree | 30ceb3215a43565a92d02b67c604cae18e616f98 /src/game/SpellAuras.cpp | |
| parent | a2392121f0a8fed9f19ddadfa2880ed6f4691381 (diff) | |
*Fix Area auras for target without a party.
*Fix Improved soul leech and correct procflags for soul leech.
--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 6415638169f..97112095d62 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -651,7 +651,7 @@ void AreaAura::Update(uint32 diff) caster->GetPartyMember(targets, m_radius); break; case AREA_AURA_RAID: - caster->GetRaidMember(targets, m_radius); + caster->GetRaidMember(targets, m_radius); break; case AREA_AURA_FRIEND: { |
