mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Refactor cfp to currently_fleeing for readability
This commit is contained in:
+1
-1
@@ -2286,7 +2286,7 @@ bool Bot::Process() {
|
||||
|
||||
BuffProcess();
|
||||
CalcRestState();
|
||||
if(curfp)
|
||||
if(currently_fleeing)
|
||||
ProcessFlee();
|
||||
|
||||
if(GetHP() < GetMaxHP())
|
||||
|
||||
Reference in New Issue
Block a user