Backed out changeset 6ba74f274cb9 - mangos [8249]

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-30 11:44:23 +02:00
parent 7121d98480
commit 9c52a12e08
12 changed files with 256 additions and 450 deletions

View File

@@ -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);
}