aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-24 15:58:44 +0200
committerQAston <none@none>2009-06-24 15:58:44 +0200
commit33b2917bb7cbf4512c5bd58d99ceb795ef7a1a10 (patch)
treedf055da250120e767ab7512eaa2e2e9f55738cd8 /src/game/Spell.h
parent329b020af442240131f9d08d577f694e50bc9064 (diff)
*Fix Ferocious Bite energy to dmg conversion
*Remove duplicated AP coefficients for Hammer of Wrath and Avengers Shield *Correctly do effectaddcombopoints for spells which take them. *Do not proc spelleffects on player login. --HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r--src/game/Spell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h
index adb884d8688..59f21fd6bae 100644
--- a/src/game/Spell.h
+++ b/src/game/Spell.h
@@ -438,6 +438,7 @@ class Spell
uint32 m_glyphIndex;
uint32 m_preCastSpell;
SpellCastTargets m_targets;
+ int8 m_comboPointGain;
UsedSpellMods m_appliedMods;