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