fix(Scripts/SSC): make The Lurker Below spout rotate faster again (#17993)
revert rotation speed to 200ms
This commit is contained in:
parent
bf87cc5230
commit
8ea3d81d69
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue