mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 00:31:57 +00:00
fixup champions guild
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user