Implement Pet Command Stop

This commit is contained in:
Michael Cook (mackal)
2017-05-04 22:28:48 -04:00
parent 9f8ad1a32c
commit 7e2136a5a8
5 changed files with 74 additions and 2 deletions
+2
View File
@@ -344,8 +344,10 @@ Mob::Mob(const char* in_name,
typeofpet = petNone; // default to not a pet
petpower = 0;
held = false;
gheld = false;
nocast = false;
focused = false;
pet_stop = false;
_IsTempPet = false;
pet_owner_client = false;
pet_targetlock_id = 0;