From 61bface0c98ddb7f2df748f83606991f33cfcae5 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 08 十二月 2018 15:52:32 +0800
Subject: [PATCH] 4434 Npc与坐骑【翅膀、副手】的搭配形成新的Npc 穿插动作逻辑

---
 Fight/GameActor/GAStaticDefine.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Fight/GameActor/GAStaticDefine.cs b/Fight/GameActor/GAStaticDefine.cs
index 79f853a..fadf041 100644
--- a/Fight/GameActor/GAStaticDefine.cs
+++ b/Fight/GameActor/GAStaticDefine.cs
@@ -73,6 +73,7 @@
     public const int Act_HorseRun2 = 72;
     public const int Act_HorseRun3 = 73;
     public const int Act_HorseRun4 = 74;
+    public const int Act_HorseIdleTransfer = 666;
     public const int Act_AirIdle = 8;
     public const int Act_AirRun = 9;
     public const int Act_Attack1 = 10;

--
Gitblit v1.8.0