Update entity.h

This commit is contained in:
Paul Coene 2020-04-02 12:04:16 -04:00 committed by GitHub
parent ef0b29dc8e
commit abeb93f1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -447,6 +447,7 @@ public:
void Process(); void Process();
void ClearAggro(Mob* targ); void ClearAggro(Mob* targ);
void ClearWaterAggro(Mob* targ);
void ClearFeignAggro(Mob* targ); void ClearFeignAggro(Mob* targ);
void ClearZoneFeignAggro(Client* targ); void ClearZoneFeignAggro(Client* targ);
void AggroZone(Mob* who, uint32 hate = 0); void AggroZone(Mob* who, uint32 hate = 0);