fixup champions guild

This commit is contained in:
RedSparr0w
2019-10-25 17:36:38 +13:00
parent aa68571818
commit 04f474ed6d
4 changed files with 12 additions and 16 deletions
@@ -90,12 +90,11 @@ public class NpcActions {
case 537:
case 536:
if (c.questPoints >= QuestAssistant.MAXIMUM_QUESTPOINTS) {
if (c.questPoints >= 19) {
c.getDialogueHandler().sendDialogues(1373, npcType);
} else {
c.getActionSender().sendMessage(
"You need " + QuestAssistant.MAXIMUM_QUESTPOINTS
+ " quest points to open this shop.");
"You need 19 quest points to open this shop.");
}
break;
@@ -1005,7 +1004,7 @@ public class NpcActions {
case 537:
case 536:
if (c.questPoints >= QuestAssistant.MAXIMUM_QUESTPOINTS) {
if (c.questPoints >= 19) {
c.getShopAssistant().openShop(npcType);
} else {
c.getActionSender().sendMessage(