From f1c2ac9588321aad9e075c1440b52eb155b8ba18 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 29 十一月 2024 11:37:24 +0800
Subject: [PATCH] 10263 【越南】【英文】后端支持NPC仿真实玩家战斗和快速战斗

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py
index 284eb5e..7c3e0a8 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerRune.py
@@ -604,7 +604,7 @@
         
         if not attrDict:
             continue
-        GameWorld.DebugLog('    刷符印属性 holeNum=%s, attrDict=%s' % (holeNum, attrDict))
+        #GameWorld.DebugLog('    刷符印属性 holeNum=%s, attrDict=%s' % (holeNum, attrDict))
         for attrID, attrValue in attrDict.items():
             PlayerControl.CalcAttrDict_Type(attrID, attrValue, allAttrList)
         

--
Gitblit v1.8.0