diff options
author | megamage <none@none> | 2008-12-14 13:18:47 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-14 13:18:47 -0600 |
commit | d1fc67b44e7195fcb36f356e4dafa1b7cace0d6b (patch) | |
tree | 0926aa824a3bdd17aae764a0c82eaac8b2c52d87 /src/game/Unit.cpp | |
parent | f3451681066aad73e0f26c0dae9ae3cce90ac9c4 (diff) | |
parent | b8b60792aae2f8d544d1c9290331ef8fab0c96de (diff) |
*Merge with 502.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |