fix: Fixes speed issues (#959)

- [X] Removes all speeds in constructors since _they aren't used anyways_.
- [X] Adjusted timers according to the _time transformations in RunUO_.
This commit is contained in:
Kamron Batman 2022-03-15 10:18:27 -07:00 committed by GitHub
parent 16c4268b54
commit 1ec3636951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 755 additions and 1511 deletions

View file

@ -13,8 +13,7 @@ namespace Server.Mobiles
private Mobile m_Rider;
[Constructible]
public EtherealMount(int itemID, int mountID)
: base(itemID)
public EtherealMount(int itemID, int mountID) : base(itemID)
{
m_MountedID = mountID;
m_RegularID = itemID;