mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
init vars [skip ci]
This commit is contained in:
+2
-2
@@ -1467,8 +1467,8 @@ protected:
|
||||
eStandingPetOrder pStandingPetOrder;
|
||||
uint32 minLastFightingDelayMoving;
|
||||
uint32 maxLastFightingDelayMoving;
|
||||
float pAggroRange;
|
||||
float pAssistRange;
|
||||
float pAggroRange = 0;
|
||||
float pAssistRange = 0;
|
||||
std::unique_ptr<Timer> AI_think_timer;
|
||||
std::unique_ptr<Timer> AI_movement_timer;
|
||||
std::unique_ptr<Timer> AI_target_check_timer;
|
||||
|
||||
Reference in New Issue
Block a user