Binary file not shown.
+2
-2
@@ -174,7 +174,7 @@ func GenCommonUnitData2() {
|
||||
unitData.Exp = 79700
|
||||
unitData.Level = 100
|
||||
unitData.MaxLevel = 100
|
||||
unitData.LevelLimitID = 2
|
||||
unitData.LevelLimitID = 1
|
||||
unitData.Love = 1000
|
||||
unitData.MaxLove = 1000
|
||||
unitData.UnitSkillExp = 29900
|
||||
@@ -207,7 +207,7 @@ func GenCommonUnitData2() {
|
||||
UnitID: v.UnitID,
|
||||
Position: position,
|
||||
Level: 100,
|
||||
LevelLimitID: 2,
|
||||
LevelLimitID: 1,
|
||||
DisplayRank: 2,
|
||||
Love: 1000,
|
||||
UnitSkillLevel: 8,
|
||||
|
||||
+2
-2
@@ -1046,7 +1046,7 @@ func GenApi3Data() {
|
||||
Exp: 79700,
|
||||
NextExp: 0,
|
||||
Level: 100,
|
||||
LevelLimitID: 2,
|
||||
LevelLimitID: 1,
|
||||
MaxLevel: 100,
|
||||
Rank: 2,
|
||||
MaxRank: 2,
|
||||
@@ -1083,7 +1083,7 @@ func GenApi3Data() {
|
||||
NextExp: 0,
|
||||
Level: 100,
|
||||
MaxLevel: 100,
|
||||
LevelLimitID: 2,
|
||||
LevelLimitID: 1,
|
||||
Rank: 2,
|
||||
MaxRank: 2,
|
||||
Love: 1000,
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ func ListUnitData() {
|
||||
unitData.Exp = 79700
|
||||
unitData.Level = 100
|
||||
unitData.MaxLevel = 100
|
||||
unitData.LevelLimitID = 2
|
||||
unitData.LevelLimitID = 1
|
||||
unitData.Love = 1000
|
||||
unitData.MaxLove = 1000
|
||||
unitData.UnitSkillExp = 29900
|
||||
|
||||
Reference in New Issue
Block a user