mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Revert "fix compile error" (#130)
This commit is contained in:
@@ -1205,7 +1205,7 @@ namespace LuaUnit
|
|||||||
#ifdef TRINITY
|
#ifdef TRINITY
|
||||||
Eluna::Push(L, entry->Name[locale]);
|
Eluna::Push(L, entry->Name[locale]);
|
||||||
#else
|
#else
|
||||||
Eluna::Push(L, entry->Name[locale]);
|
Eluna::Push(L, entry->name[locale]);
|
||||||
#endif
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user