Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From a059b459f455bf3aab6dc4ae8f48af05fccc9168 Mon Sep 17 00:00:00 2001
- From: unknown <cristi@cristis-PC.(none)>
- Date: Sat, 28 Jul 2012 22:09:38 +0300
- Subject: [PATCH] Fix Talent Divine Touch - Priest
- ---
- src/server/game/Spells/Auras/SpellAuras.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp
- index 9306bdb..96d474d 100755
- --- a/src/server/game/Spells/Auras/SpellAuras.cpp
- +++ b/src/server/game/Spells/Auras/SpellAuras.cpp
- @@ -1302,7 +1302,7 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
- else if (GetSpellInfo()->SpellFamilyFlags[0] & 0x00000040 && GetEffect(0))
- {
- // Empowered Renew
- - if (AuraEffect const* aurEff = caster->GetDummyAuraEffect(SPELLFAMILY_PRIEST, 3021, 1))
- + if (AuraEffect const* aurEff = caster->GetDummyAuraEffect(SPELLFAMILY_PRIEST, 3021, 0))
- {
- int32 basepoints0 = aurEff->GetAmount() * GetEffect(0)->GetTotalTicks() * caster->SpellHealingBonus(target, GetSpellInfo(), GetEffect(0)->GetAmount(), HEAL) / 100;
- caster->CastCustomSpell(target, 63544, &basepoints0, NULL, NULL, true, NULL, GetEffect(0));
- --
- 1.7.10.msysgit.1
Advertisement
Add Comment
Please, Sign In to add comment