Explorar o código

璀璨宝箱修改

cyzhao hai 6 meses
pai
achega
9717a18029
Modificáronse 1 ficheiros con 1 adicións e 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;