zhanwencai 1 rok temu
rodzic
commit
fb972c07df
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      script/core/ObjHuman.lua

+ 1 - 1
script/core/ObjHuman.lua

@@ -625,7 +625,7 @@ function sendHumanInfo(human)
         end
 	end
 
-    mm.drawCardRateList = json.enCode(drawCardRateList)
+    mm.drawCardRateList = Json.Encode(drawCardRateList)
 
 	Msg.send(mm, human.fd)
 end