zhanwencai 1 년 전
부모
커밋
fb972c07df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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