From cd79d7a1f17d831aaefddc68b43479dacb1ab448 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 10 五月 2021 16:34:55 +0800
Subject: [PATCH] 5069 【BT2】【bt2_1.100.1】【主干】任务道具取消写死不可出售

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
index 26b7c0a..a0306f0 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
@@ -1001,9 +1001,9 @@
         PlayerControl.NotifyCode(curPlayer, "GeRen_chenxin_644055")
         return
     
-    if ItemControler.IsEventItem(curItem):
-        PlayerControl.NotifyCode(curPlayer, "itemuse_chenxin_31379")
-        return
+    #if ItemControler.IsEventItem(curItem):
+    #    PlayerControl.NotifyCode(curPlayer, "itemuse_chenxin_31379")
+    #    return
     
     if curItem.GetCanSell() == 0:
         #不能出售的物品,无法出售

--
Gitblit v1.8.0