mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Set no_target_hotkey in Mob ctor
Fixes UBSan error
This commit is contained in:
parent
4cb7d9a352
commit
013f7cfd21
@ -365,6 +365,7 @@ Mob::Mob(const char* in_name,
|
||||
patrol=0;
|
||||
follow=0;
|
||||
follow_dist = 100; // Default Distance for Follow
|
||||
no_target_hotkey = false;
|
||||
flee_mode = false;
|
||||
currently_fleeing = false;
|
||||
flee_timer.Start();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user