Add a changing weather id

This commit is contained in:
yarik0chka
2022-04-21 22:21:24 +05:00
parent 6863600865
commit 38c0c9eb7c
4 changed files with 19 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ public class PacketSceneAreaWeatherNotify extends GenshinPacket {
super(PacketOpcodes.SceneAreaWeatherNotify);
SceneAreaWeatherNotify proto = SceneAreaWeatherNotify.newBuilder()
.setWeatherAreaId(1)
.setWeatherAreaId(player.getScene().getWeather())
.setClimateType(player.getScene().getClimate().getValue())
.build();