mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-30 17:03:48 +00:00
Changes requested
Updating based on changes requested for commit
This commit is contained in:
@@ -58,10 +58,10 @@ public:
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class HasSoulstoneTrigger : public Trigger
|
||||
class OutOfSoulstoneTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
HasSoulstoneTrigger(PlayerbotAI* botAI) : Trigger(botAI, "no soulstone") {}
|
||||
OutOfSoulstoneTrigger(PlayerbotAI* botAI) : Trigger(botAI, "no soulstone") {}
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user