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

@ -479,7 +479,7 @@ namespace FFXIVClassic_Map_Server.Actors
queuePacket(SetActorIsZoningPacket.buildPacket(actorId, actorId, false));
queuePacket(_0x10Packet.buildPacket(actorId, 0xFF));
queuePacket(SetMusicPacket.buildPacket(actorId, zone.bgmDay, 0x01));
queuePacket(SetWeatherPacket.buildPacket(actorId, SetWeatherPacket.WEATHER_CLEAR));
queuePacket(SetWeatherPacket.buildPacket(actorId, SetWeatherPacket.WEATHER_CLEAR, true));
queuePacket(SetMapPacket.buildPacket(actorId, zone.regionId, zone.actorId));