From 7336157d7e5aa68f52d2bf28c04e3e194535de58 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 12 May 2010 23:18:03 +0200 Subject: Remove Non-Blizzlike hack for spell 25899 - Greater Blessing of Sanctuary. It now gives 10% strength increase as intended. --HG-- branch : trunk --- src/game/SpellAuraEffects.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/game/SpellAuraEffects.cpp b/src/game/SpellAuraEffects.cpp index 937a91f554e..bba205d1046 100644 --- a/src/game/SpellAuraEffects.cpp +++ b/src/game/SpellAuraEffects.cpp @@ -5982,11 +5982,7 @@ void AuraEffect::HandleAuraDummy(AuraApplication const * aurApp, uint8 mode, boo break; if (apply) - { - // Greater Blessing of Sanctuary does not provide strength bonus - int32 bp1 = 0; - caster->CastCustomSpell(target, 67480, NULL, (GetSpellProto()->SpellIconID == 1804) ? &bp1 : NULL, NULL, true); - } + caster->CastSpell(target, 67480, true); else target->RemoveAura(67480, GetCasterGUID()); -- cgit v1.2.3