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/Unit.cpp | |
parent | 7121d98480d58a4214abcc2e22f678bad76cdecf (diff) |
Backed out changeset 6ba74f274cb9 - mangos [8249]
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 20889177ea6..b0b3968d07c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13686,9 +13686,7 @@ bool Unit::IsTriggeredAtSpellProcEvent(Unit *pVictim, Aura * aura, SpellEntry co if(Player* modOwner = GetSpellModOwner()) { modOwner->ApplySpellMod(spellProto->Id,SPELLMOD_CHANCE_OF_SUCCESS,chance); - //modOwner->ApplySpellMod(spellProto->Id,SPELLMOD_FREQUENCY_OF_SUCCESS,chance); } - return roll_chance_f(chance); } |