[Quest API] Add GetKeyRing() to Perl/Lua (#4980)

This commit is contained in:
Alex King
2025-08-16 21:34:28 -04:00
committed by GitHub
parent 00b66ce432
commit d475428157
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -326,6 +326,7 @@ public:
void TraderStartTrader(const EQApplicationPacket *app);
// void TraderPriceUpdate(const EQApplicationPacket *app);
uint8 WithCustomer(uint16 NewCustomer);
std::vector<uint32> GetKeyRing() { return keyring; }
void KeyRingLoad();
bool KeyRingAdd(uint32 item_id);
bool KeyRingCheck(uint32 item_id);