From 243cdf98f4845beadac49017e6a8f3a5de2c8958 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 10 Apr 2020 00:14:12 +0200 Subject: [PATCH] Update CreatureMethods.h --- CreatureMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreatureMethods.h b/CreatureMethods.h index b6d66e4..a13ff82 100644 --- a/CreatureMethods.h +++ b/CreatureMethods.h @@ -1062,7 +1062,7 @@ auto const& threatlist = creature->getThreatManager().getThreatList(); { float dist = Eluna::CHECKVAL(L, 2); -#ifdef TRINITY +#if defined TRINITY || AZEROTHCORE creature->SetWanderDistance(dist); #else creature->SetRespawnRadius(dist);