test
This commit is contained in:
parent
f13e7daea5
commit
9e44662f9f
10
obj.go
10
obj.go
@ -258,11 +258,11 @@ func loadObjGuild() error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
c := new(ChatWarsGuild)
|
g := new(ChatWarsGuild)
|
||||||
c.ObjID64 = id
|
g.ObjID64 = id
|
||||||
c.Tag = tag
|
g.Tag = tag
|
||||||
c.Name = name
|
g.Name = name
|
||||||
cacheObjGuild[tag] = *c
|
cacheObjGuild[tag] = *g
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user