casucristy

ss

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