aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authorParadox <none@none>2009-02-12 09:23:56 -0500
committerParadox <none@none>2009-02-12 09:23:56 -0500
commit260e11bc0196c116ee81598ad3c23eddc2b53a61 (patch)
tree142e1be2e4a9f3a2f6a014e39997ae43a3a892b6 /src/game/Spell.cpp
parent2bb81747e0322f28318a7f81d14c5fd2097a5981 (diff)
More tabs2spaces
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 8b0a7a7a01f..19b7eaab9e5 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2246,7 +2246,7 @@ void Spell::cast(bool skipCheck)
if (IsAffectedBy(auraSpellInfo, auraSpellIdx))
{
if(SpellEntry const *spellInfo = sSpellStore.LookupEntry(auraSpellInfo->EffectTriggerSpell[auraSpellIdx]))
- {
+ {
// Calculate chance at that moment (can be depend for example from combo points)
int32 chance = m_caster->CalculateSpellDamage(auraSpellInfo, auraSpellIdx, (*i)->GetBasePoints(), NULL);
m_ChanceTriggerSpells.push_back(std::make_pair(spellInfo, chance * (*i)->GetStackAmount()));