From 4328030fddd7e2e641aa6bcde2e0df080a32a032 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 05 三月 2019 14:16:58 +0800
Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(默认第1套)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index 94a19fe..a5cbd7d 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -5831,7 +5831,7 @@
 def GetFaceEquipIndexList(curPlayer):
     attr15 = curPlayer.GetExAttr15()
     return [attr15%1000, attr15/1000%1000, attr15/1000000]
-def SetFaceEquipIndex(curPlayer, value): return curPlayer.SetExAttr15(value, False, True)
+def SetFaceEquipIndex(curPlayer, value): return curPlayer.SetExAttr15(value)
 
 ##获得玩家威望值
 def GetPrestige(curPlayer): return 0

--
Gitblit v1.8.0