mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed screwed up cast animation.
This commit is contained in:
@@ -1732,12 +1732,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
Server.GetWorldManager().NoMembersInParty((Party)currentParty);
|
||||
currentParty = null;
|
||||
}
|
||||
|
||||
public void Update(double delta)
|
||||
{
|
||||
LuaEngine.GetInstance().CallLuaFunction(this, this, "OnUpdate", true, delta);
|
||||
}
|
||||
|
||||
|
||||
public void IssueChocobo(byte appearanceId, string nameResponse)
|
||||
{
|
||||
Database.IssuePlayerChocobo(this, appearanceId, nameResponse);
|
||||
@@ -1751,6 +1746,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
Database.ChangePlayerChocoboAppearance(this, appearanceId);
|
||||
chocoboAppearance = appearanceId;
|
||||
}
|
||||
|
||||
public override void Update(DateTime tick)
|
||||
{
|
||||
aiContainer.Update(tick);
|
||||
|
Reference in New Issue
Block a user