diff options
author | QAston <none@none> | 2009-08-17 16:30:14 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-17 16:30:14 +0200 |
commit | b8993423b5bad734c1ff7d30eb387686fb6c208d (patch) | |
tree | c700e21e66d0c970e82469bb3f70faa7e2b3e1c3 /src/game/SpellAuras.h | |
parent | b568a9cc4afe9bb8bae290338a59d9d4f0c83587 (diff) |
*Implement aura type SPELL_AURA_MOD_CRIT_PCT(290).
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 9c3b170a04c..d3f3ade9b01 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -248,7 +248,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleAuraModParryPercent(bool Apply, bool Real, bool changeAmount); void HandleAuraModDodgePercent(bool Apply, bool Real, bool changeAmount); void HandleAuraModBlockPercent(bool Apply, bool Real, bool changeAmount); - void HandleAuraModCritPercent(bool Apply, bool Real, bool changeAmount); + void HandleAuraModWeaponCritPercent(bool Apply, bool Real, bool changeAmount); void HandlePeriodicLeech(bool Apply, bool Real, bool changeAmount); void HandleModHitChance(bool Apply, bool Real, bool changeAmount); void HandleModSpellHitChance(bool Apply, bool Real, bool changeAmount); @@ -327,6 +327,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleCharmConvert(bool apply, bool Real, bool changeAmount); void HandleAuraInitializeImages(bool Apply, bool Real, bool changeAmount); void HandleAuraCloneCaster(bool Apply, bool Real, bool changeAmount); + void HandleAuraModCritPct(bool Apply, bool Real, bool changeAmount); void HandleAuraEffectSpecificMods(bool apply, bool Real, bool changeAmount); int32 CalculateCrowdControlAuraAmount(Unit * caster); |