mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Disable Hire command (#1003)
Not correctly implemented at this time, will cause crash and other issues, as it would change the bot to the requester's account.
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
creators["cdebug"] = &ChatTriggerContext::cdebug;
|
||||
creators["cs"] = &ChatTriggerContext::cs;
|
||||
creators["wts"] = &ChatTriggerContext::wts;
|
||||
creators["hire"] = &ChatTriggerContext::hire;
|
||||
// creators["hire"] = &ChatTriggerContext::hire; // Not correctly implemented at this time, would cause crash and other issues.
|
||||
creators["craft"] = &ChatTriggerContext::craft;
|
||||
creators["flag"] = &ChatTriggerContext::craft;
|
||||
creators["range"] = &ChatTriggerContext::range;
|
||||
|
||||
Reference in New Issue
Block a user