feat: add AchievementEntry:GetName() (#104)
This commit is contained in:
@@ -1355,6 +1355,7 @@ ElunaRegister<ChatHandler> ChatHandlerMethods[] =
|
||||
ElunaRegister<AchievementEntry> AchievementMethods[] =
|
||||
{
|
||||
{ "GetId", &LuaAchievement::GetId },
|
||||
{ "GetName", &LuaAchievement::GetName },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user