[Quest API] Add SetLDoNPoints() to Perl/Lua (#3496)

# Perl
- Add `$client->SetLDoNPoints(theme_id, points)`.

# Lua
- Add `client:SetLDoNPoints(theme_id, points)`.

# Notes
- Allows operators to directly set LDoN Points.
This commit is contained in:
Alex King
2023-07-15 22:46:49 -04:00
committed by GitHub
parent 70ce81fb0a
commit ee45a28efe
4 changed files with 21 additions and 1 deletions
+1
View File
@@ -473,6 +473,7 @@ public:
uint32 GetEXPForLevel(uint16 check_level);
std::string GetClassAbbreviation();
std::string GetRaceAbbreviation();
void SetLDoNPoints(uint32 theme_id, uint32 points);
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);