mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user