Reverted parenthesis, updated update plugin date
(cherry picked from commit b7df2defd31d3ee5eeca13490fd47956f1c06bb4)
This commit is contained in:
@@ -261,7 +261,7 @@ public class AreaSkillAttackAction
|
||||
// In this case we just calculate the angle on server side, so that lags
|
||||
// or desynced positions may not have such a big impact
|
||||
var angle = (float)player.Position.GetAngleDegreeTo(extraTarget.Position);
|
||||
rotation = (byte)(angle / 360.0f * 256.0f);
|
||||
rotation = (byte)((angle / 360.0f) * 256.0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ public class FinishElfMasterTreePlugIn : UpdatePlugInBase
|
||||
public override bool IsMandatory => true;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override DateTime CreatedAt => new(2026, 7, 17, 16, 0, 0, DateTimeKind.Utc);
|
||||
public override DateTime CreatedAt => new(2026, 7, 22, 16, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override async ValueTask ApplyAsync(IContext context, GameConfiguration gameConfiguration)
|
||||
|
||||
Reference in New Issue
Block a user