From 5f3947b62a3d46117ba95d93fd27b6227c5869d6 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 8 Apr 2009 16:27:30 -0500 Subject: [7629] Update paladin talent 25988 work to 3.0.x Author: Lightguard --HG-- branch : trunk --- src/game/Unit.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 3efbaa32752..a9e8066c048 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4771,10 +4771,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger case 9799: case 25988: { - // prevent damage back from weapon special attacks - if (!procSpell || procSpell->DmgClass != SPELL_DAMAGE_CLASS_MAGIC ) - return false; - // return damage % to attacker but < 50% own total health basepoints0 = triggerAmount*int32(damage)/100; if(basepoints0 > GetMaxHealth()/2) -- cgit v1.2.3