This commit is contained in:
shoopea 2019-05-25 15:26:37 +08:00
parent f13e7daea5
commit 9e44662f9f

10
obj.go
View File

@ -258,11 +258,11 @@ func loadObjGuild() error {
if err != nil {
return err
}
c := new(ChatWarsGuild)
c.ObjID64 = id
c.Tag = tag
c.Name = name
cacheObjGuild[tag] = *c
g := new(ChatWarsGuild)
g.ObjID64 = id
g.Tag = tag
g.Name = name
cacheObjGuild[tag] = *g
}
return nil