diff --git a/LuaFunctions.cpp b/LuaFunctions.cpp index f006937..c233d75 100644 --- a/LuaFunctions.cpp +++ b/LuaFunctions.cpp @@ -783,7 +783,7 @@ ElunaRegister CreatureMethods[] = { "GetLootRecipientGroup", &LuaCreature::GetLootRecipientGroup }, { "GetNPCFlags", &LuaCreature::GetNPCFlags }, #if defined(TRINITY) || defined(AZEROTHCORE) - { "GetExtraFlags", &LuaCreature::GetNPCFlags }, + { "GetExtraFlags", &LuaCreature::GetExtraFlags }, #endif #if defined(CLASSIC) || defined(TBC) || defined(WOTLK) { "GetShieldBlockValue", &LuaCreature::GetShieldBlockValue },