mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Remove duplicate message spam
This commit is contained in:
@@ -171,7 +171,7 @@ bool ConfirmQuestAction::Execute(Event event)
|
||||
if (!bot->CanTakeQuest(qInfo, false))
|
||||
{
|
||||
// can't take quest
|
||||
botAI->TellError("quest_cant_take");
|
||||
// botAI->TellError("quest_cant_take");
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -187,7 +187,7 @@ bool ConfirmQuestAction::Execute(Event event)
|
||||
bot->CastSpell(bot, qInfo->GetSrcSpell(), true);
|
||||
}
|
||||
|
||||
botAI->TellMaster("quest_accept");
|
||||
// botAI->TellMaster("quest_accept");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user