optimize performance by increase cure check interval

This commit is contained in:
Yunfan Li
2023-07-28 01:18:35 +08:00
parent 6ba6bc3615
commit 74293912ec
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ class Unit;
class PartyMemberToDispel : public PartyMemberValue, public Qualified
{
public:
PartyMemberToDispel(PlayerbotAI* botAI, std::string const name = "party member to dispel") : PartyMemberValue(botAI, name), Qualified() { }
PartyMemberToDispel(PlayerbotAI* botAI, std::string const name = "party member to dispel") : PartyMemberValue(botAI, name, 2), Qualified() { }
protected:
Unit* Calculate() override;