add management of items !
This commit is contained in:
@@ -6,7 +6,11 @@ class WowCharacterPositionsWorker < WowSidekiqWorker
|
||||
|
||||
# Protected data
|
||||
RBattlenet.set_options(locale: 'all')
|
||||
params = { character_id: wow_character_id, realm_id: wow_character.wow_realm.realm_id, token: wow_character.user.token }
|
||||
params = {
|
||||
character_id: wow_character_id,
|
||||
realm_id: wow_character.wow_realm.realm_id,
|
||||
token: wow_character.user.token
|
||||
}
|
||||
result = RBattlenet::Wow::Profile::ProtectedSummary.find(params)
|
||||
|
||||
return unless result.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user