zhanwencai před 1 rokem
rodič
revize
fb972c07df
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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