diff options
author | QAston <none@none> | 2009-07-30 11:44:23 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-30 11:44:23 +0200 |
commit | 9c52a12e08dcbca6234d03f01ef9910320a2c88e (patch) | |
tree | 60dbeabc1b08ebdcf431ee5d41195fe60944af46 /src/game/Player.cpp | |
parent | 7121d98480d58a4214abcc2e22f678bad76cdecf (diff) |
Backed out changeset 6ba74f274cb9 - mangos [8249]
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 701017a45a1..5659f14f28a 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -7222,7 +7222,6 @@ void Player::CastItemCombatSpell(Unit *target, WeaponAttackType attType, uint32 // Apply spell mods ApplySpellMod(pEnchant->spellid[s],SPELLMOD_CHANCE_OF_SUCCESS,chance); - //ApplySpellMod(spellInfo->Id,SPELLMOD_FREQUENCY_OF_SUCCESS,chance); if (roll_chance_f(chance)) { |