From ef3351ae377cd81c423bbcc9634ee8f5c2a028d9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 30 一月 2019 17:08:30 +0800
Subject: [PATCH] 2967 【1.5.200】打跨服boss过程中传送出地图“掉落归属”图标一直在头上(补通知玩家拥有的buff、当前PK状态、Boss状态)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py
index 8f97f92..415ae9d 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py
@@ -107,7 +107,7 @@
# 满级
if lvUpNeedExp <= 0:
PlayerControl.NotifyCode(curPlayer, "GeRen_liubo_607994")
- return False
+ return 0
giveExp = 0
for lv in range(curLV, curLV + giveLV):
--
Gitblit v1.8.0