Skip to content

Commit

Permalink
Reset isFighting flag if zone doesn't match
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Oct 21, 2020
1 parent f877ae5 commit 05a35cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NGUInjector/Managers/CombatManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ internal void ManualZone(int zone, bool bossOnly, bool recoverHealth, bool preca
//Move to the zone
if (_character.adventure.zone != zone)
{
isFighting = false;
MoveToZone(zone);
return;
}
Expand Down

0 comments on commit 05a35cb

Please sign in to comment.