diff --git a/src/LuaEngine/UnitMethods.h b/src/LuaEngine/UnitMethods.h index 7159659..72d6863 100644 --- a/src/LuaEngine/UnitMethods.h +++ b/src/LuaEngine/UnitMethods.h @@ -1205,7 +1205,7 @@ namespace LuaUnit #ifdef TRINITY Eluna::Push(L, entry->Name[locale]); #else - Eluna::Push(L, entry->Name[locale]); + Eluna::Push(L, entry->name[locale]); #endif return 1; }