aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-15 18:27:41 +0200
committerQAston <none@none>2009-06-15 18:27:41 +0200
commit4d6fb6c8b2d84996711fa8bc41e71fa6d483b98c (patch)
tree48e95e67ce30c997a6df07211d00ed7ec48d89e4 /src/game/SpellAuras.cpp
parentbcab60c253aae78da7cce0b898c55e2ba2731390 (diff)
*Fix build, sorry for that:/
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 6dec2b1b041..2ebf5b0002d 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -5872,7 +5872,7 @@ void AuraEffect::HandleSchoolAbsorb(bool apply, bool Real, bool changeAmount)
break;
case SPELLFAMILY_PALADIN:
// Sacred Shield
- if (m_spellInfo->SpellFamilyFlags[1] & 0x80000)
+ if (m_spellProto->SpellFamilyFlags[1] & 0x80000)
{
// 0.75 from sp bonus
DoneActualBenefit = caster->SpellBaseDamageBonus(GetSpellSchoolMask(m_spellProto)) * 0.75f;