gitxsm il y a 3 semaines
Parent
commit
c6cac517b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      script/module/drawCard/Proto.lua

+ 1 - 1
script/module/drawCard/Proto.lua

@@ -8,7 +8,7 @@ DrawCardNet = {
 	{"leftFreeTime",1,		"int"},	   -- 免费倒计时
 	{"leftFreeCnt",	1,		"int"},	   -- 剩余免费次数
 	{"items",		3,		ItemData}, -- {1次消耗道具,10次消耗道具}
-	{"zuanshi",		3,		"int"},  -- {1次消耗钻石,10次消耗钻石}0为不能用钻石
+	{"zuanshi",		3,		"short"},  -- {1次消耗钻石,10次消耗钻石}0为不能用钻石
 	{"isFirst",		1,		"byte"},   -- 是否首次十连
 	{"canBuy",		1,		"byte"},   -- 可否购买
 }