Fight/GameActor/GActorPlayerBase.cs @@ -1059,6 +1059,11 @@ { if (null != m_Guard) { if (m_Guard.itemID == guardID) { return; } m_Guard.UnInit(); m_Guard = null; }