From 4b239d26006efabbc8d2d380cd44f3713a9f5743 Mon Sep 17 00:00:00 2001 From: tortuga69 <37732477+tortuga69@users.noreply.github.com> Date: Sat, 3 Aug 2019 06:28:31 -0700 Subject: [PATCH] grandexchange: Add Forthos Dungeon item buy limits (#9540) --- .../runelite/client/plugins/grandexchange/ge_limits.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json b/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json index c9d3e2b098..2aa2e9a867 100644 --- a/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json +++ b/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json @@ -3459,5 +3459,10 @@ "22622": 10, "22634": 100, "22636": 100, - "22647": 10 -} \ No newline at end of file + "22647": 10, + "23499": 11000, + "23517": 100, + "23522": 70, + "23525": 4, + "23528": 70 +}