Modified the SetWeatherPacket. Second value is a toggle for instant or smooth transitions.

This commit is contained in:
Filip Maj 2016-05-09 20:48:18 -04:00
parent 78f2b18641
commit 8df79c9e6f
4 changed files with 832 additions and 832 deletions

View file

@ -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)