[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
@@ -185,6 +185,7 @@ public:
bool GetNPCAggro();
void SetNPCAggro(bool in_npc_aggro);
uint32 GetNPCSpellsEffectsID();
void DescribeSpecialAbilities(Lua_Client c);
};
#endif