fix(Scripts/SSC): make The Lurker Below spout rotate faster again (#17993)

revert rotation speed to 200ms
This commit is contained in:
Dan 2023-12-11 23:57:27 +01:00 committed by GitHub
parent bf87cc5230
commit 8ea3d81d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,7 +254,7 @@ class spell_lurker_below_spout : public AuraScript
void CalcPeriodic(AuraEffect const* /*aurEff*/, bool& /*isPeriodic*/, int32& amplitude)
{
amplitude = 1000;
amplitude = 200;
}
void HandleEffectApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)