Allow Loading VARIABLE_XP_RATES & PLAYER_XP_RATES From Config

This commit is contained in:
Dark98
2021-12-14 00:31:37 +00:00
parent c7a6cb2811
commit 49a2810e3e
6 changed files with 22 additions and 15 deletions
@@ -6137,7 +6137,7 @@ public class DialogueHandler {
break;
case 3116:
if(GameConstants.VARIABLE_XP_RATE) {
if(GameConstants.VARIABLE_XP_RATES) {
player.getDialogueHandler().sendDialogues(10001, -1);
} else {
player.getPacketSender().showInterface(3559);