removing irc field (characters are already assigned to nick)
This commit is contained in:
parent
38c20f09d5
commit
464a599a25
@ -14,7 +14,6 @@ type Character struct {
|
|||||||
Missiles []interface{} `json:"missiles"`
|
Missiles []interface{} `json:"missiles"`
|
||||||
Weapons []interface{} `json:"weapons"`
|
Weapons []interface{} `json:"weapons"`
|
||||||
} `json:"equipment"`
|
} `json:"equipment"`
|
||||||
Irc string `json:"irc"`
|
|
||||||
Personal struct {
|
Personal struct {
|
||||||
Ac int `json:"ac"`
|
Ac int `json:"ac"`
|
||||||
Age int `json:"age"`
|
Age int `json:"age"`
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
"ac" : 0,
|
"ac" : 0,
|
||||||
"age" : 35
|
"age" : 35
|
||||||
},
|
},
|
||||||
"irc" : "kirby",
|
|
||||||
"equipment" : {
|
"equipment" : {
|
||||||
"armour" : [],
|
"armour" : [],
|
||||||
"weapons" : [],
|
"weapons" : [],
|
||||||
|
Loading…
Reference in New Issue
Block a user