add everything to manage reputations

This commit is contained in:
2021-05-01 00:22:15 +02:00
parent ca80fd55fa
commit d227cdc87c
30 changed files with 366 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
class WowMountDetailWorker < WowSidekiqWorker
def perform(mount_id)
return unless (mount = WowMount.where(mount_id: mount_id).first)
return unless (mount = WowMount.find_by(mount_id: mount_id))
RBattlenet.set_options(locale: 'all')
result = RBattlenet::Wow::Mount.find(mount_id)