From 1dff1f606af288f3cf38bd6b9b83ea77067c2226 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mostafa Date: Sun, 9 May 2021 17:03:45 +0200 Subject: Added t5 slayer boss xp reward (#488) --- constants/leveling.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/leveling.json b/constants/leveling.json index 0a34ba6c..9f1c17ad 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -140,7 +140,8 @@ 5, 25, 100, - 500 + 500, + 1500 ], "catacombs": [ 50, @@ -194,4 +195,4 @@ 93000000, 116250000 ] -} \ No newline at end of file +} -- cgit