mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix wrong PlayerbotAI parameter name passed to the constructor (#1672)
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
class AutoShareQuestAction : public ShareQuestAction
|
||||
{
|
||||
public:
|
||||
AutoShareQuestAction(PlayerbotAI* ai) : ShareQuestAction(botAI, "auto share quest") {}
|
||||
AutoShareQuestAction(PlayerbotAI* botAI) : ShareQuestAction(botAI, "auto share quest") {}
|
||||
bool Execute(Event event) override;
|
||||
|
||||
bool isUseful() override;
|
||||
|
||||
Reference in New Issue
Block a user