diff options
| author | Paradox <none@none> | 2009-02-12 09:23:56 -0500 |
|---|---|---|
| committer | Paradox <none@none> | 2009-02-12 09:23:56 -0500 |
| commit | 260e11bc0196c116ee81598ad3c23eddc2b53a61 (patch) | |
| tree | 142e1be2e4a9f3a2f6a014e39997ae43a3a892b6 /src/game/Spell.cpp | |
| parent | 2bb81747e0322f28318a7f81d14c5fd2097a5981 (diff) | |
More tabs2spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 2 |
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())); |
