From ac7475893b99d50e5b2f60fdab5ed95b32a4820f Mon Sep 17 00:00:00 2001 From: ksklyarov Date: Tue, 19 Nov 2019 01:09:24 +0300 Subject: [PATCH] fix build also for #2455 --- GlobalMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalMethods.h b/GlobalMethods.h index 5ee4ab5..b5b528a 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -1964,7 +1964,7 @@ namespace LuaGlobalFunctions switch (banMode) { case BAN_ACCOUNT: -#ifdef TRINITY +#if defined TRINITY || AZEROTHCORE if (!Utf8ToUpperOnlyLatin(nameOrIP)) return luaL_argerror(L, 2, "invalid account name"); #else