From 054e1f023524bd8305ce4d37bfcae9c97c5dff2b Mon Sep 17 00:00:00 2001
From: QD_LCJ <461730578@qq.com>
Date: 星期四, 09 八月 2018 16:39:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Fight/GameActor/GA_Player.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Fight/GameActor/GA_Player.cs b/Fight/GameActor/GA_Player.cs
index 29a937a..f2819db 100644
--- a/Fight/GameActor/GA_Player.cs
+++ b/Fight/GameActor/GA_Player.cs
@@ -6,6 +6,9 @@
public class GA_Player : GActorPlayerBase, IOtherSelectable
{
+ // 涓哄畧鎶ょ壒娈婂畾涔夌殑褰撳墠鏄惁瑁呭瀹堟姢id
+ public int serverGuardId;
+
// 绠�鏄撶殑鑴辨満鎸侫I鑽夌
// 姝ラ 1. 瀵荤偣 2. 绉诲姩鑷� 3. 鏀句釜鏅敾
private byte m_Step;
@@ -108,6 +111,7 @@
else if (_equipInfo.Place == (int)RoleEquipType.retSpiritAnimal)
{
SwitchGuard(_equipInfo.ItemID);
+ serverGuardId = (int)_equipInfo.ItemID;
}
else if (_equipInfo.Place == (int)RoleEquipType.mount)
{
--
Gitblit v1.8.0