quest share

This commit is contained in:
Yunfan Li
2023-12-18 20:29:48 +08:00
parent 493be84f56
commit 3c2bc1c959
4 changed files with 11 additions and 3 deletions

View File

@@ -660,7 +660,7 @@ class NewPlayerNearbyTrigger : public Trigger
class CollisionTrigger : public Trigger
{
public:
CollisionTrigger(PlayerbotAI* botAI) : Trigger(botAI, "collision", 5) { }
CollisionTrigger(PlayerbotAI* botAI) : Trigger(botAI, "collision", 5 * 1000) { }
bool IsActive() override;
};