feat(LootMethods): Add support for adding/retrieving quest items and item stacking (#323)

This commit is contained in:
Aldori
2025-10-04 09:49:33 -04:00
committed by GitHub
parent b9302eec7c
commit 5077a429cc
2 changed files with 98 additions and 19 deletions

View File

@@ -1751,6 +1751,7 @@ ElunaRegister<Loot> LootMethods[] =
// Get
{ "GetMoney", &LuaLoot::GetMoney },
{ "GetItems", &LuaLoot::GetItems },
{ "GetQuestItems", &LuaLoot::GetQuestItems },
{ "GetUnlootedCount", &LuaLoot::GetUnlootedCount },
{ "GetLootType", &LuaLoot::GetLootType },
{ "GetRoundRobinPlayer", &LuaLoot::GetRoundRobinPlayer },