Fight/GameActor/GActorPlayerBase.cs @@ -1349,6 +1349,18 @@ HandResID = _resID; } } if (m_HandModel) { if (this is GA_Hero) { m_HandModel.layer = LayerUtility.Hero; } else { m_HandModel.layer = LayerUtility.Player; } } } else {