mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +00:00
Implement blocked_buffs and blocked_pet_buffs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user