@ -905,7 +905,14 @@ func getSilentObjItemID(code string, name string) int64 {
}
func loadObjItem2() error {
var items []ChatWarsItem
var (
id int64
type_id int64
intl_id string
name string
weight int64
items []ChatWarsItem
)
muxObjItem.Lock()
defer muxObjItem.Unlock()
The note is not visible to the blocked user.