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
+7
View File
@@ -97,4 +97,11 @@ struct BotSpellTypeOrder {
uint16 priority;
};
struct BotBlockedBuffs_Struct {
uint32_t bot_id;
uint32_t spell_id;
uint8_t blocked;
uint8_t blocked_pet;
};
#endif // BOT_STRUCTS