aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-19 21:47:16 +0100
committerQAston <none@none>2009-03-19 21:47:16 +0100
commitc6f3532ada2f7796e3a71cf12d318fdddcd07941 (patch)
tree30ceb3215a43565a92d02b67c604cae18e616f98 /src/game/SpellAuras.cpp
parenta2392121f0a8fed9f19ddadfa2880ed6f4691381 (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.cpp2
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:
{