Skip to content

Commit 37cce74

Browse files
committed
fixed
1 parent 188474a commit 37cce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fix_ascendancy_positions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __sub__(self, other: Point2D) -> Point2D:
2828
"Pathfinder": Point2D(10200, 3700),
2929
"Occultist": Point2D(-1500, -9850),
3030
"Elementalist": Point2D(0, -9850),
31-
"Lich": Point2D(1500, -9850),
31+
"Necromancer": Point2D(1500, -9850),
3232
"Slayer": Point2D(1500, 9800),
3333
"Gladiator": Point2D(-1500, 9800),
3434
"Champion": Point2D(0, 9800),

0 commit comments

Comments
 (0)