mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-01 18:03:47 +00:00
- Replaced custom protection of soul shard by trigger check interval (#1453)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user