diff options
| author | QAston <none@none> | 2010-08-27 21:07:33 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2010-08-27 21:07:33 +0200 |
| commit | 91233b9ba8d04e47f2a773360b846c28107cee42 (patch) | |
| tree | b54f2e97cc706a06240808202dc78e1f71b5c7f3 /src/server/game/Spells/SpellMgr.cpp | |
| parent | 6c3015a7e6a0ad2cc298ec188d5b0796bc26d60a (diff) | |
*Fix size of SMSG_SPELLHEALLOG and build (rage!!!)
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index f7f6f4b26a5..111ae989c65 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -1896,7 +1896,7 @@ int32 SpellMgr::CalculateSpellEffectBaseAmount(int32 value, SpellEntry const * s return value - 1; } -float SpellMgr::CalculateSpellEffectValueMultiplier(SpellEntry const * spellEntry, uint8 effIndex, Unit * caster, Spell const * spell) +float SpellMgr::CalculateSpellEffectValueMultiplier(SpellEntry const * spellEntry, uint8 effIndex, Unit * caster, Spell * spell) { float multiplier = spellEntry->EffectValueMultiplier[effIndex]; @@ -1906,7 +1906,7 @@ float SpellMgr::CalculateSpellEffectValueMultiplier(SpellEntry const * spellEntr return multiplier; } -float SpellMgr::CalculateSpellEffectDamageMultiplier(SpellEntry const * spellEntry, uint8 effIndex, Unit * caster, Spell const * spell) +float SpellMgr::CalculateSpellEffectDamageMultiplier(SpellEntry const * spellEntry, uint8 effIndex, Unit * caster, Spell * spell) { float multiplier = spellEntry->EffectDamageMultiplier[effIndex]; |
