mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Quest API] Add GetKeyRing() to Perl/Lua
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user