Skip to content

Commit

Permalink
fix: remove RSRegions.EDGEBANK seem unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jan 30, 2024
1 parent 1b9ca81 commit b8b7d25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions utils/rsregions/rsregions.simba
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ type RSRegions = record(TSRLBaseRecord) class var
EVIL_CHICKEN_LAIR: TBox;
FEROX_ENCLAVE: TBox;
RUNEFOUNTAIN: TBox;
EDGEBANK: TBox;
end;

begin
Expand Down Expand Up @@ -218,7 +217,6 @@ begin
RSRegions.EVIL_CHICKEN_LAIR := [10156, 4116, 10553, 4494];
RSRegions.FEROX_ENCLAVE := [7803, 1782, 8097, 2062];
RSRegions.RUNEFOUNTAIN := [8464, 718, 9014, 1516];
RSRegions.EDGEBANK := [7647, 2340, 7864, 2639];

RSNamedRegionsArray := [
['Abyss', RSRegions.ABYSS],
Expand Down Expand Up @@ -325,9 +323,8 @@ begin
['Ungael', RSRegions.UNGAEL],
['Evil Chicken Lair', RSRegions.EVIL_CHICKEN_LAIR],
['Ferox Enclave', RSRegions.FEROX_ENCLAVE],
['RuneFountain', RSRegions.RUNEFOUNTAIN],
['EdgeBank', RSRegions.EDGEBANK]
['RuneFountain', RSRegions.RUNEFOUNTAIN]
];

RSBankRegions.Setup();
end;
end;

0 comments on commit b8b7d25

Please sign in to comment.