From 9bad880f12c5544dd016526104d3e3080844c71e Mon Sep 17 00:00:00 2001 From: BuildingOutLoud Date: Fri, 16 Apr 2021 13:26:57 -0600 Subject: [PATCH] copy/paste mistake --- LuaFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },