xy hai 2 días
pai
achega
3e5943e9d2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/hall/shop/shop.go

+ 1 - 0
src/server/hall/shop/shop.go

@@ -80,6 +80,7 @@ func GetShopList(shop_type int) ([]*msg.ShopItem, error) {
 }
 
 func getShopItemById(id string) *msg.ShopItem {
+	console.Log("getShopItemById:", list)
 	for _, v := range list {
 		if v.Id == id {
 			return v