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:
parent
16c4268b54
commit
1ec3636951
73 changed files with 755 additions and 1511 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue