Core/Auras: Undefine aura 320, it is no longer ranged haste

Port From (https://github.com/TrinityCore/TrinityCore/commit/b8153f710e5b47bbd7012858a39bf5db720223bf)
This commit is contained in:
hondacrx
2022-06-01 16:28:56 -04:00
parent 95d134b512
commit fcaca41cc4
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -3880,7 +3880,6 @@ namespace Game.Spells
}
[AuraEffectHandler(AuraType.ModRangedHaste)]
[AuraEffectHandler(AuraType.ModRangedHaste2)]
void HandleAuraModRangedHaste(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
{
if (!mode.HasAnyFlag((AuraEffectHandleModes.ChangeAmountMask | AuraEffectHandleModes.Stat)))