Skip to content

Instantly share code, notes, and snippets.

@tst12
Created February 2, 2012 13:43
Show Gist options
  • Save tst12/1723527 to your computer and use it in GitHub Desktop.
Save tst12/1723527 to your computer and use it in GitHub Desktop.
From 4f868d8fc498fe70d3af93ce8a16c9377fb0a9fd Mon Sep 17 00:00:00 2001
From: unknown <Administrator@.(none)>
Date: Sun, 10 Oct 2010 19:32:42 +0300
Subject: [PATCH 609/610] fix pal spd bag
---
src/game/StatSystem.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/game/StatSystem.cpp b/src/game/StatSystem.cpp
index 69ae711f939b6ac41ff5cb450b2426b30c096f92..11683a018d44bda9cbafbc428932e5a9072453dc 100644
--- a/src/game/StatSystem.cpp
+++ b/src/game/StatSystem.cpp
@@ -395,6 +395,8 @@ void Player::UpdateAttackPowerAndDamage(bool ranged )
if(CanDualWield() && haveOffhandWeapon()) //allow update offhand damage only if player knows DualWield Spec and has equipped offhand weapon
UpdateDamagePhysical(OFF_ATTACK);
}
+
+ UpdateSpellDamageAndHealingBonus();
}
void Player::UpdateShieldBlockValue()
--
1.6.3.msysgit.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment