From abeb93f1e60b802b46c41c98874eda0a16e97532 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Thu, 2 Apr 2020 12:04:16 -0400 Subject: [PATCH] Update entity.h --- zone/entity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/entity.h b/zone/entity.h index 505f34963..3c182be29 100644 --- a/zone/entity.h +++ b/zone/entity.h @@ -447,6 +447,7 @@ public: void Process(); void ClearAggro(Mob* targ); + void ClearWaterAggro(Mob* targ); void ClearFeignAggro(Mob* targ); void ClearZoneFeignAggro(Client* targ); void AggroZone(Mob* who, uint32 hate = 0);