diff --git a/zone/mob.cpp b/zone/mob.cpp index fb4c14bf2..1caf69918 100644 --- a/zone/mob.cpp +++ b/zone/mob.cpp @@ -365,6 +365,7 @@ Mob::Mob(const char* in_name, patrol=0; follow=0; follow_dist = 100; // Default Distance for Follow + no_target_hotkey = false; flee_mode = false; currently_fleeing = false; flee_timer.Start();