mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-23 11:05:56 +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
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue