Upgrade to REL3.7 (#2164)

* Remove hardcoded quest data

* Remove deprecated fields

* Try to fix packet

* Apply fix for token exchange

* Upgrade to REL3.7

* Add obfuscated protocol definitions

* Add missing enum (other protos too maybe)

* Re-add field setters and add note on removal
This commit is contained in:
Magix
2023-05-26 21:29:02 -07:00
committed by GitHub
parent 19bf2dfc69
commit 71f6198361
1382 changed files with 227151 additions and 199655 deletions

View File

@@ -1,12 +1,12 @@
package emu.grasscutter;
import java.util.Arrays;
import emu.grasscutter.utils.Position;
import emu.grasscutter.utils.Utils;
import java.util.Arrays;
public final class GameConstants {
public static String VERSION = "3.6.0";
public static String VERSION = "3.7.0";
public static final int DEFAULT_TEAMS = 4;
public static final int MAX_TEAMS = 10;