mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-27 15:32:24 +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...
|
// Sanity Check this should never happen...
|
||||||
if(!hate_top) {
|
if(!hate_top) {
|
||||||
|
currently_fleeing = true;
|
||||||
StartFleeing();
|
StartFleeing();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user