mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-03-17 06:15:16 +00:00
quest complete with gameobject
This commit is contained in:
@@ -17,7 +17,7 @@ class AcceptAllQuestsAction : public QuestAction
|
||||
AcceptAllQuestsAction(PlayerbotAI* botAI, std::string const name = "accept all quests") : QuestAction(botAI, name) { }
|
||||
|
||||
protected:
|
||||
void ProcessQuest(Quest const* quest, WorldObject* questGiver) override;
|
||||
void ProcessQuest(Quest const* quest, Object* questGiver) override;
|
||||
};
|
||||
|
||||
class AcceptQuestAction : public AcceptAllQuestsAction
|
||||
|
||||
Reference in New Issue
Block a user