Fixed Bugs

This commit is contained in:
Jordan Maxwell 2016-08-19 16:32:14 -05:00
parent fb18c1fbe4
commit 46350a0724
3 changed files with 1604 additions and 1609 deletions

View file

@ -25,6 +25,11 @@ namespace FFXIVClassic_Map_Server.lua
player.playerSession.QueuePacket(SetWeatherPacket.BuildPacket(player.actorId, weatherID, 1), true, false);
}
public void IssueChocobo(int appearanceId, string name)
{
player.IssueChocobo((byte) appearanceId, name);
}
public void GetParameter(string paramName)
{