From 980a943c6772f37428c9dfca53e1d530ccecb5aa Mon Sep 17 00:00:00 2001 From: maximius Date: Tue, 17 Nov 2009 20:13:41 -0800 Subject: *Proper Diseases and Death Strike disease count, thanks lobuz --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 4348f60df31..1e121dedb04 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4353,7 +4353,7 @@ uint32 Unit::GetDiseasesByCaster(uint64 casterGUID, bool remove) static const AuraType diseaseAuraTypes[] = { SPELL_AURA_PERIODIC_DAMAGE, // Frost Fever and Blood Plague - SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT, // Crypt Fever and Ebon Plague + SPELL_AURA_LINKED, // Crypt Fever and Ebon Plague SPELL_AURA_NONE }; -- cgit v1.2.3