From 3245addf0e04170b4b7ef1a1ff3befcc7783255d Mon Sep 17 00:00:00 2001 From: maximius Date: Sun, 18 Oct 2009 04:14:59 -0700 Subject: *Backed out changeset 22566e4b7926 --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index e321f8ddcab..c7ec4527fd6 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6773,7 +6773,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // Improved Blood Presence if (dummySpell->SpellIconID == 2636) { - if (GetTypeId() != TYPEID_PLAYER || !((Player*)this)->isHonorOrXPTarget(pVictim)) + if (GetTypeId() != TYPEID_PLAYER) return false; basepoints0 = triggerAmount * damage / 100; // Blood Aura -- cgit v1.2.3