From 995ad6acd9a001b45b4df8a8f65523090a46e095 Mon Sep 17 00:00:00 2001 From: BuildingOutLoud Date: Fri, 16 Apr 2021 13:45:34 -0600 Subject: [PATCH] oops --- LuaFunctions.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/LuaFunctions.cpp b/LuaFunctions.cpp index c233d75..9e1e33f 100644 --- a/LuaFunctions.cpp +++ b/LuaFunctions.cpp @@ -782,9 +782,7 @@ ElunaRegister CreatureMethods[] = { "GetLootRecipient", &LuaCreature::GetLootRecipient }, { "GetLootRecipientGroup", &LuaCreature::GetLootRecipientGroup }, { "GetNPCFlags", &LuaCreature::GetNPCFlags }, -#if defined(TRINITY) || defined(AZEROTHCORE) { "GetExtraFlags", &LuaCreature::GetExtraFlags }, -#endif #if defined(CLASSIC) || defined(TBC) || defined(WOTLK) { "GetShieldBlockValue", &LuaCreature::GetShieldBlockValue }, #endif