diff --git a/Assets/Scripts/CECHostPlayer.Combat.cs b/Assets/Scripts/CECHostPlayer.Combat.cs index 871de4fdad..c2344247e2 100644 --- a/Assets/Scripts/CECHostPlayer.Combat.cs +++ b/Assets/Scripts/CECHostPlayer.Combat.cs @@ -866,7 +866,8 @@ namespace BrewMonster if (CmdNormalAttack(true, false, 0, -1)) { - //AP_ActionEvent(AP_EVENT_MELEEOUTOFRANGE, 1); + // AP_ActionEvent(AP_EVENT_MELEEOUTOFRANGE, 1); + AP.AP_ActionEvent(AP.AP_EVENT_MELEEOUTOFRANGE, 1); } }