mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
stubbed some more functions from kj's ai stuff
- fixed some typos - cleaned some debug code
This commit is contained in:
@@ -368,17 +368,11 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
zone.BroadcastPacketAroundActor(this, ChangeSpeedPacket);
|
||||
}
|
||||
|
||||
public void Update(DateTime tick)
|
||||
public virtual void Update(DateTime tick)
|
||||
{
|
||||
if (this is Character)
|
||||
{
|
||||
((Character)this).Update(tick);
|
||||
}
|
||||
else if (this is Zone)
|
||||
{
|
||||
((Zone)this).Update(tick);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void GenerateActorName(int actorNumber)
|
||||
{
|
||||
|
Reference in New Issue
Block a user