mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Implement pet regroup
Tweaks to stop as well
This commit is contained in:
@@ -348,6 +348,7 @@ Mob::Mob(const char* in_name,
|
||||
nocast = false;
|
||||
focused = false;
|
||||
pet_stop = false;
|
||||
pet_regroup = false;
|
||||
_IsTempPet = false;
|
||||
pet_owner_client = false;
|
||||
pet_targetlock_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user