Merge branch 'master' of https://github.com/runelite/runelite into upstream-2905

 Conflicts:
	runelite-client/src/test/java/net/runelite/client/plugins/itemstats/ItemStatEffectTest.java
This commit is contained in:
Justin
2022-05-29 10:37:12 +10:00
33 changed files with 987 additions and 880 deletions

View File

@@ -236,6 +236,16 @@ public enum VarPlayer
SETTINGS_TRANSPARENT_CHAT_TRADE_REQUEST(3006),
SETTINGS_TRANSPARENT_CHAT_CHALLENGE_REQUEST(3007),
/**
* The difference, measured in minutes, between the time home teleport spell was last used and midnight, January 1, 1970 UTC.
*/
LAST_HOME_TELEPORT(892),
/**
* The difference, measured in minutes, between the time minigame teleport was last used and midnight, January 1, 1970 UTC.
*/
LAST_MINIGAME_TELEPORT(888),
;
private final int id;