diff --git a/optional/interfaces/mainscreen/fairyring.simba b/optional/interfaces/mainscreen/fairyring.simba index 46953029..8a29077a 100644 --- a/optional/interfaces/mainscreen/fairyring.simba +++ b/optional/interfaces/mainscreen/fairyring.simba @@ -887,9 +887,6 @@ begin if Self.IsOpen() then Exit(Self.HandleInterface(code)); - if not Self.HandleItem() then - Exit; - if code = 'BKS' then code := 'Zanaris'; @@ -937,9 +934,6 @@ begin if Self.IsOpen() then Exit(Self.HandleInterface(code)); - if not Self.HandleItem() then - Exit; - if code = 'BKS' then code := 'Zanaris';