mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 11:24:47 +01:00
Merge pull request #84 from yarik0chka/development
Add a changing weather id
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user