^cast adjustments for spellid casts

This commit is contained in:
nytmyr
2024-12-12 07:59:54 -06:00
parent 49e15d8944
commit 693abdd42c
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -752,6 +752,7 @@ public:
// "Quest API" Methods
bool HasBotSpellEntry(uint16 spell_id);
bool CanUseBotSpell(uint16 spell_id);
void ApplySpell(int spell_id, int duration = 0, int level = -1, ApplySpellType apply_type = ApplySpellType::Solo, bool allow_pets = false, bool is_raid_group_only = true);
void BreakInvis();
void Escape();