From f82e2395bd02a1d87cb8677d80f7d3f6742ca250 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 1 Jan 2009 21:19:47 -0600 Subject: *Do not let Leader of the Pack have healing bonus. --HG-- branch : trunk --- src/game/Unit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 3f8eb4ac447..b65f3860e90 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -9081,7 +9081,8 @@ uint32 Unit::SpellHealingBonus(SpellEntry const *spellProto, uint32 healamount, if (spellProto->Id == 15290 || spellProto->Id == 39373 || spellProto->Id == 33778 || spellProto->Id == 379 || spellProto->Id == 38395 || spellProto->Id == 40972 || - spellProto->Id == 22845 || spellProto->Id == 33504) + spellProto->Id == 22845 || spellProto->Id == 33504 || + spellProto->Id == 34299) return healamount; int32 AdvertisedBenefit = SpellBaseHealingBonus(GetSpellSchoolMask(spellProto)); -- cgit v1.2.3