[Bug Fix] SendSpellBarEnable sends correct slotid to fix spellbar on RoF2 (#1848)

* SendSpellBarEnable sends correct slotid to fix spellbar on RoF2

* Send correct data when using StopCasting() to re-enable spellbar
This commit is contained in:
Natedog2012
2021-11-27 08:45:57 -06:00
committed by GitHub
parent 298ae3e3ba
commit 8566662d56
2 changed files with 17 additions and 2 deletions
+1
View File
@@ -793,6 +793,7 @@ public:
void UnmemSpellBySpellID(int32 spell_id);
void UnmemSpellAll(bool update_client = true);
uint16 FindMemmedSpellBySlot(int slot);
int FindMemmedSpellByID(uint16 spell_id);
int MemmedCount();
std::vector<int> GetLearnableDisciplines(uint8 min_level = 1, uint8 max_level = 0);
std::vector<int> GetLearnedDisciplines();