mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Fixed Bugs
This commit is contained in:
parent
fb18c1fbe4
commit
46350a0724
3 changed files with 1604 additions and 1609 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue