Implement blocked_buffs and blocked_pet_buffs

This commit is contained in:
nytmyr
2024-12-15 23:09:32 -06:00
parent d144d58abc
commit e220163153
15 changed files with 1323 additions and 11 deletions
+3
View File
@@ -74,6 +74,9 @@ public:
bool SaveTimers(Bot* b);
bool DeleteTimers(const uint32 bot_id);
bool LoadBotBlockedBuffs(Bot* b);
bool SaveBotBlockedBuffs(Bot* b);
bool DeleteBotBlockedBuffs(const uint32 bot_id);
/* Bot inventory functions */
bool QueryInventoryCount(const uint32 bot_id, uint32& item_count);