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; }