Revert "fix compile error" (#130)

This commit is contained in:
Axel Cocat
2023-04-29 15:10:47 +02:00
committed by GitHub
parent 0bf4431e32
commit bbd82e7e9b

View File

@@ -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;
}