mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-29 15:43:51 +00:00
Add missing currently_fleeing flag to sanity check
This commit is contained in:
parent
a94072e3ea
commit
3a10131a00
@ -75,6 +75,7 @@ void Mob::CheckFlee() {
|
||||
|
||||
// Sanity Check this should never happen...
|
||||
if(!hate_top) {
|
||||
currently_fleeing = true;
|
||||
StartFleeing();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user