We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188474a commit 37cce74Copy full SHA for 37cce74
fix_ascendancy_positions.py
@@ -28,7 +28,7 @@ def __sub__(self, other: Point2D) -> Point2D:
28
"Pathfinder": Point2D(10200, 3700),
29
"Occultist": Point2D(-1500, -9850),
30
"Elementalist": Point2D(0, -9850),
31
- "Lich": Point2D(1500, -9850),
+ "Necromancer": Point2D(1500, -9850),
32
"Slayer": Point2D(1500, 9800),
33
"Gladiator": Point2D(-1500, 9800),
34
"Champion": Point2D(0, 9800),
0 commit comments