From 3a10131a007fffc75779ee868cf2545941c65dee Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 3 Jan 2020 15:50:10 -0500 Subject: [PATCH] Add missing currently_fleeing flag to sanity check --- zone/fearpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/fearpath.cpp b/zone/fearpath.cpp index 615d3adc0..cf54f140d 100644 --- a/zone/fearpath.cpp +++ b/zone/fearpath.cpp @@ -75,6 +75,7 @@ void Mob::CheckFlee() { // Sanity Check this should never happen... if(!hate_top) { + currently_fleeing = true; StartFleeing(); return; }