Skip to content

Commit e90c565

Browse files
committed
Fixed slayer xp values
1 parent 99a781c commit e90c565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/constants/leveling.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
47: 3100000,
5151
48: 3400000,
5252
49: 3700000,
53-
50: 4000000
53+
50: 4000000,
5454
},
5555

5656
// XP required for each level of Runecrafting
@@ -97,7 +97,7 @@ module.exports = {
9797
},
9898
spider: {
9999
1: 5,
100-
2: 15,
100+
2: 25,
101101
3: 200,
102102
4: 1000,
103103
5: 5000,
@@ -108,7 +108,7 @@ module.exports = {
108108
},
109109
wolf: {
110110
1: 5,
111-
2: 15,
111+
2: 30,
112112
3: 200,
113113
4: 1500,
114114
5: 5000,

0 commit comments

Comments
 (0)