mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 14:48:20 +00:00
Set no_target_hotkey in Mob ctor
Fixes UBSan error
This commit is contained in:
@@ -365,6 +365,7 @@ Mob::Mob(const char* in_name,
|
|||||||
patrol=0;
|
patrol=0;
|
||||||
follow=0;
|
follow=0;
|
||||||
follow_dist = 100; // Default Distance for Follow
|
follow_dist = 100; // Default Distance for Follow
|
||||||
|
no_target_hotkey = false;
|
||||||
flee_mode = false;
|
flee_mode = false;
|
||||||
currently_fleeing = false;
|
currently_fleeing = false;
|
||||||
flee_timer.Start();
|
flee_timer.Start();
|
||||||
|
|||||||
Reference in New Issue
Block a user