From 2e3f2507646fe547606923137c2ff526b54c25e4 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 12 七月 2019 15:43:22 +0800
Subject: [PATCH] 7940 【后端】【主干】骑宠觉醒功能(吞噬效果修改)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
index 5f6edf6..30f8c24 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
@@ -1055,7 +1055,7 @@
curItem = GameWorld.GetGameData().GetItemByTypeID(eatItemID)
if not curItem:
return
- curEff = curItem.GetEffectByIndex(1)
+ curEff = curItem.GetEffectByIndex(4)
curEffID = curEff.GetEffectID()
if curEffID != ChConfig.Def_Effect_HorsePetSkinExp:
return
--
Gitblit v1.8.0