atomizer / muledump

all your mules are belong to you
84 stars 144 forks source link

Refreshing data no longer works after database migration. #65

Closed qqwref closed 9 years ago

qqwref commented 9 years ago

Fix: muledump.js line 15, change from var URL = 'https://' + ['realmofthemadgod', 'rotmgtesting'][+!!window.testing] + '.appspot.com/char/list?' to var URL = 'https://' + ['realmofthemadgodhrd', 'rotmgtesting'][+!!window.testing] + '.appspot.com/char/list?'

Nightfirecat commented 9 years ago

Your version of muledump is out of date; there have been updates since the database migration, and the fix you're describing has already been implemented in realmapi.js.

Download the current code (the same way you did originally) and overwrite the old files, and it should work fine.

qqwref commented 9 years ago

Ah, okay, I had 0.4.26 and didn't realize it was still being worked on! Thanks for keeping it up to date :)