Minor fixup

This commit is contained in:
Danial
2021-12-10 21:50:52 +13:00
parent 375cc1ac6f
commit 5ed9394f44
@@ -7599,7 +7599,7 @@ public class DialogueHandler {
player.dialogueAction = 10000; player.dialogueAction = 10000;
break; break;
case 10001: case 10001:
sendNpcChat(2244, ChatEmotes.HAPPY_JOYFUL, "Please select the XP rate you'd like.", "this can be increased but not decreased later on."); sendNpcChat(2244, ChatEmotes.HAPPY_JOYFUL, "Please select the XP rate you'd like.", "this can be increased but not decreased later on.");
player.nextChat = 10002; player.nextChat = 10002;
break; break;
case 10002: case 10002:
@@ -7607,7 +7607,7 @@ public class DialogueHandler {
player.dialogueAction = 10002; player.dialogueAction = 10002;
break; break;
case 10003: case 10003:
sendNpcChat(2244, ChatEmotes.HAPPY_JOYFUL, "Are you sure x" + player.getXPRate() + "is the XP rate you'd like?"); sendNpcChat(2244, ChatEmotes.HAPPY_JOYFUL, "Are you sure x" + player.getXPRate() + " is the XP rate you'd like?");
player.nextChat = 10004; player.nextChat = 10004;
break; break;
case 10004: case 10004: