mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Quest API] Add GetKeyRing() to Perl/Lua (#4980)
This commit is contained in:
@@ -525,6 +525,7 @@ public:
|
||||
bool KeyRingRemove(uint32 item_id);
|
||||
bool CompleteTask(int task_id);
|
||||
bool UncompleteTask(int task_id);
|
||||
luabind::object GetKeyRing(lua_State* L);
|
||||
|
||||
// account data buckets
|
||||
void SetAccountBucket(std::string bucket_name, std::string bucket_value);
|
||||
|
||||
Reference in New Issue
Block a user