From 9c52a12e08dcbca6234d03f01ef9910320a2c88e Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 30 Jul 2009 11:44:23 +0200 Subject: Backed out changeset 6ba74f274cb9 - mangos [8249] --HG-- branch : trunk --- src/game/Unit.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/Unit.cpp') 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); } -- cgit v1.2.3