[DiscordArchive] i would think so?
[DiscordArchive] i would think so?
Archived author: Mithria • Posted: 2025-07-31T08:56:11.742000+00:00
Original source
yes
Archived author: Mithria • Posted: 2025-07-31T08:59:30.586000+00:00
Original source
i dont think they should be mutually exclusive based on how the patch notes were written
Archived author: Mithria • Posted: 2025-07-31T09:00:04.716000+00:00
Original source
idk
Archived author: Mithria • Posted: 2025-07-31T09:01:45.371000+00:00
Original source
doesn't seem to be any source on the web that explicitly says "both rewards can be earned in one day", but community manager Zarhym said in a blue post in 2009 that daily heroic rewards 2 emblems of frost once per day, and daily random normal awards 2 triumph once per day.
Archived author: Mithria • Posted: 2025-07-31T09:02:04.967000+00:00
Original source
that doesnt guarantee they can both be done in one day, but it *sounds* like it
Archived author: Mithria • Posted: 2025-07-31T09:24:22.213000+00:00
Original source
trinity core separates them
Archived author: Spargel • Posted: 2025-07-31T09:24:38.816000+00:00
Original source
Ah, what's the secondary daily heroic reward? I found a comment that seems to indicate it's 2 triumph emblems, meaning there'd not be much point in doing a random of each if you do the heroic first.
Archived author: Mithria • Posted: 2025-07-31T09:24:47+00:00
Original source
from tc:
```
bool Player::SatisfyQuestDay(Quest const* qInfo, bool msg) const
{
if (!qInfo->IsDaily() && !qInfo->IsDFQuest())
return true;
if (qInfo->IsDFQuest())
{
if (m_DFQuests.find(qInfo->GetQuestId()) != m_DFQuests.end())
return false;
return true;
}
```
Archived author: Mithria • Posted: 2025-07-31T09:25:05.767000+00:00
Original source
trinity checks if you've done *that specific dungeon quest* as opposed to if you've done any
Archived author: Mithria • Posted: 2025-07-31T09:27:05.447000+00:00
Original source
there wouldn't really be much point tbh, but i wish i could find confirmation of the blizzlike way of this