mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
fix compile error (#129)
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2a683a59e3
commit
0bf4431e32
@@ -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