- Replaced custom protection of soul shard by trigger check interval (#1453)

This commit is contained in:
kadeshar
2025-07-23 00:15:22 +02:00
committed by GitHub
parent d6b7693b8b
commit e150b8281b
3 changed files with 8 additions and 19 deletions

View File

@@ -47,8 +47,6 @@ public:
CreateSoulShardAction(PlayerbotAI* botAI) : Action(botAI, "create soul shard") {}
bool Execute(Event event) override;
bool isUseful() override;
private:
uint32 lastCreateSoulShardTime = 0; // Per-bot cooldown timer in ms
};
class DestroySoulShardAction : public InventoryAction