mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Allow boosts to be used to enter wizard's guild.
This commit is contained in:
parent
aa6bf95006
commit
f2b18539d2
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public final class WizardGuildPlugin extends OptionHandler {
|
|||
switch (id) {
|
||||
case 1600:
|
||||
case 1601:
|
||||
if (player.getSkills().getStaticLevel(Skills.MAGIC) < 66) {
|
||||
if (player.getSkills().getLevel(Skills.MAGIC) < 66) {
|
||||
player.getDialogueInterpreter().sendDialogue("You need a Magic level of at least 66 to enter.");
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue