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
@@ -115,8 +115,8 @@ public class Guilds {
public static boolean checkRequirments(Client c, int objectId) {
switch (objectId) {
case 1805: // Champions Guild
if (c.questPoints < QuestAssistant.MAXIMUM_QUESTPOINTS) {
c.getDialogueHandler().sendStatement("You need " + QuestAssistant.MAXIMUM_QUESTPOINTS + " quest points to enter this guild!");
if (c.questPoints < 19) {
c.getDialogueHandler().sendStatement("You need 19 quest points to enter this guild!");
c.nextChat = 0;
return false;
}