Looking for Ginea Pigs (betatesters)

We need someone to code daily_quest_rate field to reputation_reward_rate table, this field is needed to fix some bugs ie: https://github.com/TrinityCore/TrinityCore/issues/192#issuecomment-1183189

This table was added on Commit

It isn’t just daily, you also need weekly, and event. I had written a patch for this, but it got shot down for some reason which I can’t remember. (probably used too many if / else if /emoticons/default_tongue.png )

However, if someone else is going to write this, don’t just add daily…

The easiest way is to turn quest_rate into a bool, and then check quest_rate_normal, quest_rate_daily, quest_rate_weekly, etc…etc… based on the flags of the quest.

– Brian

try:

c++: http://paste2.org/p/2552097

sql: http://paste2.org/p/2548895

Post feedback on tracker. https://github.com/TrinityCore/TrinityCore/issues/192