Skip to content

Commit

Permalink
chore: add debug info to coren quest (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Sep 24, 2023
1 parent 399532a commit 7c945e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bracket_1_19/scripts/events/brewfest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ class npc_coren_direbrew_1_19 : CreatureScript
{
player->RewardQuest(quest, 0, nullptr, false, true);
}
else
{
player->SendSystemMessage("Debug: Seasonal daily quest could not be rewarded.");
LOG_ERROR("server.server", "Coren daily could not be rewarded. Player: {}", player->GetName());
}
}
});
}
Expand Down

0 comments on commit 7c945e6

Please sign in to comment.