From d5c0337a5ebbfa6f8ab03f47e16992e81319c19b Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 24 Jun 2009 16:20:40 +0200 Subject: *Apply 4x damage mod for Drain Soul at targets with low health. --HG-- branch : trunk --- src/game/Unit.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 99db7dc3108..96a0a952339 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -9265,7 +9265,6 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 } } break; - // Glyph of Shadow Word: Pain case SPELLFAMILY_PRIEST: if (spellProto->SpellFamilyFlags[0] & 0x800000) -- cgit v1.2.3