mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Typo fix in AcceptBgInvitationAction (#1332)
This commit is contained in:
@@ -13,7 +13,7 @@ class PlayerbotAI;
|
|||||||
class AcceptBgInvitationAction : public Action
|
class AcceptBgInvitationAction : public Action
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
AcceptBgInvitationAction(PlayerbotAI* botAI) : Action(botAI, "accept bg invitatio") {}
|
AcceptBgInvitationAction(PlayerbotAI* botAI) : Action(botAI, "accept bg invitation") {}
|
||||||
|
|
||||||
bool Execute(Event event) override;
|
bool Execute(Event event) override;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user