From c6f3532ada2f7796e3a71cf12d318fdddcd07941 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 19 Mar 2009 21:47:16 +0100 Subject: *Fix Area auras for target without a party. *Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/SpellAuras.cpp') 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: { -- cgit v1.2.3