Fix wrong level limit id

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-20 20:29:55 +08:00
parent b8186d43f6
commit efebed3a2f
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ func InitUserData(userId int) {
UnitID: unit.UnitID,
Position: position,
Level: 100,
LevelLimitID: 2,
LevelLimitID: 1,
DisplayRank: 2,
Love: 1000,
UnitSkillLevel: 8,