From b8b60792aae2f8d544d1c9290331ef8fab0c96de Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 14 Dec 2008 20:08:10 +0100 Subject: *Implemented Scalding Water in Lurker script *Changed c->GetInstanceData in eredar twins script *33504 not affected by any healing bonus patch provided by eumario --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c01412ce5c7..414c0afa836 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -9060,7 +9060,7 @@ 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 == 22845 || spellProto->Id == 33504) return healamount; int32 AdvertisedBenefit = SpellBaseHealingBonus(GetSpellSchoolMask(spellProto)); -- cgit v1.2.3