Explorar el Código

璀璨宝箱修改

cyzhao hace 6 meses
padre
commit
9717a18029
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gameserver/App/process/ShopProc.php

+ 1 - 1
Gameserver/App/process/ShopProc.php

@@ -322,7 +322,7 @@ class ShopProc {
             $allNum += $str[1];
         }
 
-        $allNum *= 10;
+        $allNum *= 1000;
         for ($i = 0; $i < $buyNum; $i++) {
             mt_srand((double) microtime() * 1000000);
             $buyCount = 0;