mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed Bugs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user