[Quest API] Add mob SetPet and RemovePet quest apis (#1569)

Will be required for tutoriala script and other similar events
This commit is contained in:
hg
2021-10-01 23:11:16 -04:00
committed by GitHub
parent 00a22ca12e
commit fb98349bbd
3 changed files with 53 additions and 0 deletions
+2
View File
@@ -412,6 +412,8 @@ public:
bool HasOwner();
bool IsPet();
bool HasPet();
void RemovePet();
void SetPet(Lua_Mob new_pet);
bool IsSilenced();
bool IsAmnesiad();
int32 GetMeleeMitigation();