From f724b8e55ee83824c3231bd955785b839f88be63 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 16 一月 2020 16:28:50 +0800 Subject: [PATCH] 8369 境界修改(法宝被动技能改为激活即生效,不需要再设置) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 500144f..3ea4c99 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -650,7 +650,7 @@ # 商店物品购买次数登录通知 FunctionNPCCommon.ShopItemOnLogin(curPlayer) # 通知设置的被动功法 - PassiveBuffEffMng.OnLoginGFPassive(curPlayer) + #PassiveBuffEffMng.OnLoginGFPassive(curPlayer) #我要太极 PlayerDiceEx.DiceExOnLogin(curPlayer) # 剧情任务完成状态 -- Gitblit v1.8.0