浏览代码

加奖励入库来源枚举,加经验类型不在统计奖励信息

cyzhao 11 月之前
父节点
当前提交
85c03a0ad0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/StoreProc.php

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

@@ -738,7 +738,7 @@ class StoreProc {
      * @param type $goodsStr
      * @param type $src
      */
-    public static function AddMultiItemInStore($goodsStr, $src = 1) {
+    public static function AddMultiItemInStore($goodsStr, $src = 0) {
         if ($goodsStr == null) {
             return;
         }