Add HasDisciplineLearned() to Perl/Lua.

This commit is contained in:
Alex
2021-01-23 10:23:50 -05:00
committed by GitHub
parent 7c69400618
commit c481d52064
5 changed files with 46 additions and 0 deletions
+1
View File
@@ -975,6 +975,7 @@ public:
void SendDisciplineUpdate();
void SendDisciplineTimer(uint32 timer_id, uint32 duration);
bool UseDiscipline(uint32 spell_id, uint32 target);
bool HasDisciplineLearned(uint16 spell_id);
void SetLinkedSpellReuseTimer(uint32 timer_id, uint32 duration);
bool IsLinkedSpellReuseTimerReady(uint32 timer_id);