From 2e0af6e37b17b76651e50b24a016b045f747b658 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 6 Mar 2009 19:57:02 +0100 Subject: *Add some procflags- by Darkshines. *Add new spell_coefficient data-by cccyril and Sephiroth1983 --HG-- branch : trunk --- src/game/Unit.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c201c73d1ab..60018a88a9c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8705,8 +8705,7 @@ uint32 Unit::SpellHealingBonus(Unit *pVictim, SpellEntry const *spellProto, uint spellProto->Id == 33778 || spellProto->Id == 379 || spellProto->Id == 38395 || spellProto->Id == 40972 || spellProto->Id == 22845 || spellProto->Id == 33504 || - spellProto->Id == 34299 || spellProto->Id == 27813 || - spellProto->Id == 27817 || spellProto->Id == 27818) + spellProto->Id == 34299) return healamount; // Healing Done -- cgit v1.2.3