[Quest API] Add HasBotSpellEntry() to Perl/Lua. (#2563)

* [Bots] Quest API Check Spell in Bot_Spell_Entries

* Add to luabind and packages

* Change Method to be HasBotSpellEntry, change SpellID to uint16

* Ordering, and removed unused logging
This commit is contained in:
Aeadoin
2022-11-24 22:29:38 -05:00
committed by GitHub
parent 52e1bc943a
commit 45c4fe55f0
5 changed files with 54 additions and 20 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
void SetExpansionBitmask(int expansion_bitmask);
void SetExpansionBitmask(int expansion_bitmask, bool save);
void SignalBot(int signal_id);
bool HasBotSpellEntry(uint16 spellid);
};
#endif