Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #250 from serfend/JxPvp
Browse files Browse the repository at this point in the history
fix[kf]should add self-map
  • Loading branch information
Serfend committed Jun 25, 2023
2 parents 09dad38 + 98f59c4 commit 9c618ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constant/jx3/skilldatalib.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
for x in __kf_dict:
for y in __kf_dict[x]:
kf_dict[y] = x
kf_dict[x] = x


def kftosh(kf: str) -> str:
Expand Down

0 comments on commit 9c618ba

Please sign in to comment.