From 932b196b8ae7586d91b5fc62224be86a2b13e830 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 14 九月 2020 14:54:26 +0800
Subject: [PATCH] 4719 【主干】【长尾】【BT】修行之路购买没有广播(直购没有配置物品ID奖励时无广播bug)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
index 7eaddd0..4f0b7c3 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -306,7 +306,10 @@
         if notifyMark:
             mainItemID = giveItemList[0][0]
             PlayerControl.WorldNotify(0, notifyMark, [curPlayer.GetName(), mainItemID, ''])
-                
+    else:
+        if notifyMark:
+            PlayerControl.WorldNotify(0, notifyMark, [curPlayer.GetName()])
+            
     addVIPExp = int(orderCoin / 100 * GetCoinRate())
     PlayerVip.AddVIPExp(curPlayer, addVIPExp)
     

--
Gitblit v1.8.0