Skip to content

Commit

Permalink
Merge pull request Grasscutters#77 from xmplay/patch-1
Browse files Browse the repository at this point in the history
bring back the jade chamber and other old scene tags
  • Loading branch information
Melledy authored Apr 21, 2022
2 parents 7814485 + 66c956d commit 686aed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public PacketSceneUnlockInfoNotify() {

SceneUnlockInfoNotify proto = SceneUnlockInfoNotify.newBuilder()
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(1))
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(3))
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(3).addSceneTagIdList(102).addSceneTagIdList(113).addSceneTagIdList(117))
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(4).addSceneTagIdList(106).addSceneTagIdList(109))
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(5))
.addUnlockInfos(SceneUnlockInfo.newBuilder().setSceneId(6))
Expand Down

0 comments on commit 686aed2

Please sign in to comment.