[Quest API] Add DescribeSpecialAbilities() to Perl/Lua (#4269)

This commit is contained in:
Alex King
2024-04-20 22:20:37 -04:00
committed by GitHub
parent 703d2cd1d8
commit 6b698b5f51
6 changed files with 27 additions and 0 deletions
+1
View File
@@ -502,6 +502,7 @@ public:
std::string GetAutoLoginCharacterName();
bool SetAutoLoginCharacterName();
bool SetAutoLoginCharacterName(std::string character_name);
void DescribeSpecialAbilities(Lua_NPC n);
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);