Implement removable skill

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-18 20:20:06 +08:00
parent 48e2b2ac73
commit 2cd6100843
6 changed files with 171 additions and 6 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ func GenApi1Data() {
// _ = model.RemovableSkillResp{
Result: model.RemovableSkillResult{
OwningInfo: []model.OwningInfo{},
EquipmentInfo: []interface{}{},
EquipmentInfo: map[int]interface{}{},
}, // 宝石
Status: 200,
CommandNum: false,