mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Typo fix in AcceptBgInvitationAction (#1332)
This commit is contained in:
parent
c34617e133
commit
d87d5a46c7
@ -13,7 +13,7 @@ class PlayerbotAI;
|
||||
class AcceptBgInvitationAction : public Action
|
||||
{
|
||||
public:
|
||||
AcceptBgInvitationAction(PlayerbotAI* botAI) : Action(botAI, "accept bg invitatio") {}
|
||||
AcceptBgInvitationAction(PlayerbotAI* botAI) : Action(botAI, "accept bg invitation") {}
|
||||
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user