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
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -174,7 +174,7 @@ func GenCommonUnitData2() {
unitData.Exp = 79700 unitData.Exp = 79700
unitData.Level = 100 unitData.Level = 100
unitData.MaxLevel = 100 unitData.MaxLevel = 100
unitData.LevelLimitID = 2 unitData.LevelLimitID = 1
unitData.Love = 1000 unitData.Love = 1000
unitData.MaxLove = 1000 unitData.MaxLove = 1000
unitData.UnitSkillExp = 29900 unitData.UnitSkillExp = 29900
@@ -207,7 +207,7 @@ func GenCommonUnitData2() {
UnitID: v.UnitID, UnitID: v.UnitID,
Position: position, Position: position,
Level: 100, Level: 100,
LevelLimitID: 2, LevelLimitID: 1,
DisplayRank: 2, DisplayRank: 2,
Love: 1000, Love: 1000,
UnitSkillLevel: 8, UnitSkillLevel: 8,
+2 -2
View File
@@ -1046,7 +1046,7 @@ func GenApi3Data() {
Exp: 79700, Exp: 79700,
NextExp: 0, NextExp: 0,
Level: 100, Level: 100,
LevelLimitID: 2, LevelLimitID: 1,
MaxLevel: 100, MaxLevel: 100,
Rank: 2, Rank: 2,
MaxRank: 2, MaxRank: 2,
@@ -1083,7 +1083,7 @@ func GenApi3Data() {
NextExp: 0, NextExp: 0,
Level: 100, Level: 100,
MaxLevel: 100, MaxLevel: 100,
LevelLimitID: 2, LevelLimitID: 1,
Rank: 2, Rank: 2,
MaxRank: 2, MaxRank: 2,
Love: 1000, Love: 1000,
+1 -1
View File
@@ -117,7 +117,7 @@ func InitUserData(userId int) {
UnitID: unit.UnitID, UnitID: unit.UnitID,
Position: position, Position: position,
Level: 100, Level: 100,
LevelLimitID: 2, LevelLimitID: 1,
DisplayRank: 2, DisplayRank: 2,
Love: 1000, Love: 1000,
UnitSkillLevel: 8, UnitSkillLevel: 8,
+1 -1
View File
@@ -95,7 +95,7 @@ func ListUnitData() {
unitData.Exp = 79700 unitData.Exp = 79700
unitData.Level = 100 unitData.Level = 100
unitData.MaxLevel = 100 unitData.MaxLevel = 100
unitData.LevelLimitID = 2 unitData.LevelLimitID = 1
unitData.Love = 1000 unitData.Love = 1000
unitData.MaxLove = 1000 unitData.MaxLove = 1000
unitData.UnitSkillExp = 29900 unitData.UnitSkillExp = 29900