mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Modified the SetWeatherPacket. Second value is a toggle for instant or smooth transitions.
This commit is contained in:
parent
78f2b18641
commit
8df79c9e6f
4 changed files with 832 additions and 832 deletions
|
@ -28,7 +28,7 @@ namespace FFXIVClassic_Map_Server.lua
|
|||
|
||||
public void setWeather(uint weatherID)
|
||||
{
|
||||
player.playerSession.queuePacket(SetWeatherPacket.buildPacket(player.actorId, weatherID), true, false);
|
||||
player.playerSession.queuePacket(SetWeatherPacket.buildPacket(player.actorId, weatherID, true), true, false);
|
||||
}
|
||||
|
||||
public void getParameter(string paramName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue