Fix spellbook home teleport widget ids (#5928)

This commit is contained in:
Ron Young
2018-10-11 13:06:51 -05:00
committed by Tomas Slusny
parent bdcb1ea444
commit 98aaa1e257

View File

@@ -675,12 +675,12 @@ public class WidgetID
static class StandardSpellBook static class StandardSpellBook
{ {
static final int LUMBRIDGE_HOME_TELEPORT = 1; static final int LUMBRIDGE_HOME_TELEPORT = 4;
} }
static class AncientSpellBook static class AncientSpellBook
{ {
static final int EDGEVILLE_HOME_TELEPORT = 97; static final int EDGEVILLE_HOME_TELEPORT = 98;
} }
static class LunarSpellBook static class LunarSpellBook
@@ -690,7 +690,7 @@ public class WidgetID
static class ArceuusSpellBook static class ArceuusSpellBook
{ {
static final int ARCEUUS_HOME_TELEPORT = 145; static final int ARCEUUS_HOME_TELEPORT = 143;
} }
static class Pvp static class Pvp