meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

ReportBossDamage error handling #162

Closed sheep closed 6 years ago

sheep commented 6 years ago

Hi,

https://github.com/meepen/salien-bot/blob/3e863fed13f1382ff7211d01019549498b1a6592/headless/network.js#L246

That should be: error( null, request.getResponseHeader( 'x-eresult' ) ); otherwise, the ReportBossDamage state in the main file cann't handle the eresult==11.

ahakola commented 6 years ago

You could do pull request on this for @meepen to merge?

sheep commented 6 years ago

I guess the main code don't care anymore. So that issue is fixed :-).