mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
[Quest API] Add GrantAllAAPoints() Overload To Perl/Lua (#4474)
This commit is contained in:
@@ -487,6 +487,7 @@ public:
|
||||
void SetBucket(std::string bucket_name, std::string bucket_value, std::string expiration);
|
||||
void GrantAllAAPoints();
|
||||
void GrantAllAAPoints(uint8 unlock_level);
|
||||
void GrantAllAAPoints(uint8 unlock_level, bool skip_grant_only);
|
||||
void AddEbonCrystals(uint32 amount);
|
||||
void AddRadiantCrystals(uint32 amount);
|
||||
void RemoveEbonCrystals(uint32 amount);
|
||||
|
||||
Reference in New Issue
Block a user