Commit 4b279b45 authored by xmplay's avatar xmplay Committed by GitHub
Browse files

Update PacketPlayerEnterSceneNotify.java

parent 2572d55c
...@@ -59,6 +59,7 @@ public class PacketPlayerEnterSceneNotify extends GenshinPacket { ...@@ -59,6 +59,7 @@ public class PacketPlayerEnterSceneNotify extends GenshinPacket {
.setEnterReason(reason.getValue()) .setEnterReason(reason.getValue())
.addSceneTagIdList(102) .addSceneTagIdList(102)
.addSceneTagIdList(107) .addSceneTagIdList(107)
.addSceneTagIdList(109)
.addSceneTagIdList(113) .addSceneTagIdList(113)
.addSceneTagIdList(117) .addSceneTagIdList(117)
.setUnk1(1) .setUnk1(1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment