瀏覽代碼

fixed: 修饰符.

gwang 4 年之前
父節點
當前提交
0d7af3e239
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Amfphp/process/FightProc/PVPProc.php

+ 1 - 1
Gameserver/Amfphp/process/FightProc/PVPProc.php

@@ -605,7 +605,7 @@ class PVPProc {
      * @param type $num
      * @return type
      */
-    function array_random_assoc($arr, $num = 1) {
+    private static function array_random_assoc($arr, $num = 1) {
         $keys = array_keys($arr);
         shuffle($keys);