mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
test: ms_time
This commit is contained in:
@@ -10,7 +10,7 @@ class PlayerbotAI;
|
||||
class GroupMembersValue : public ObjectGuidListCalculatedValue
|
||||
{
|
||||
public:
|
||||
GroupMembersValue(PlayerbotAI* botAI) : ObjectGuidListCalculatedValue(botAI, "group members", 2) { }
|
||||
GroupMembersValue(PlayerbotAI* botAI) : ObjectGuidListCalculatedValue(botAI, "group members", 2 * 1000) { }
|
||||
|
||||
GuidVector Calculate() override;
|
||||
};
|
||||
@@ -66,7 +66,7 @@ class GroupBoolORValue : public BoolCalculatedValue, public Qualified
|
||||
class GroupReadyValue : public BoolCalculatedValue, public Qualified
|
||||
{
|
||||
public:
|
||||
GroupReadyValue(PlayerbotAI* botAI) : BoolCalculatedValue(botAI, "group ready", 2) { }
|
||||
GroupReadyValue(PlayerbotAI* botAI) : BoolCalculatedValue(botAI, "group ready", 2 * 2000) { }
|
||||
|
||||
bool Calculate()override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user