Jump to content

UpdateAchievementCriteria logs


Guest charlie2025

Recommended Posts

What bug does the patch fix? What features does the patch add?

In function UpdateAchievementCriteria() there is one output - sLog.outString , This spam console a lot, from one player there are few more lines in console at basic loglevel set.

So changed this log as detail.

For which SubVersion revision was the patch created?

master - 0d2b8e0190654f38e8816343fbba5b5839a4d4b0

Who has been writing this patch? Please include either forum user names or email addresses.

Charlie2025

git pull git://github.com/charlie2025/mangos.git achiev_log

( http://github.com/charlie2025/mangos/commit/61d72051da5de9618d5e325f044b3ed22665a56c )

Link to comment
Share on other sites

Maybe changed this also?

sLog.outString("AchievementMgr::SetCriteriaProgress(%u, %u)", entry->ID, newValue);

to

sLog.outDetail("AchievementMgr::SetCriteriaProgress(%u, %u)", entry->ID, newValue);

Hmm, I had biggest spam from UpdateAchievementCriteria, but yes, other should be set too.

http://github.com/charlie2025/mangos/commit/c80d2094f0007092e371a923d288e814de216f33

Set also other output in achievements to detail

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use