mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Modified the SetWeatherPacket. Second value is a toggle for instant or smooth transitions.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user