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

This commit is contained in:
Kinglykrab
2025-08-12 23:00:11 -04:00
parent c4f408bffc
commit 186045f816
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);