ThauEx / ffrk-proxy

Proxy for Final Fantasy Record Keeper written in node.js
GNU Lesser General Public License v3.0
39 stars 21 forks source link

Update enemy.js - Fix for Bosses with reappearing stats #35

Closed KHShadowrunner closed 8 years ago

KHShadowrunner commented 8 years ago

Should address the problem of bosses "magically getting their stats back" by navigating through all elements in the params field - as some bosses can have more than one.

KHShadowrunner commented 8 years ago

All right, i realized my mistake lol. The first commit is for if you dont implement the vulnerability fix - and should work fine. The second commit is if you do implement it, since we need to span over the vulnerabilities for each phase of a boss. But - which one we implement is up to you.

ThauEx commented 8 years ago

Please rebase you changes, so I can merge it :)

KHShadowrunner commented 8 years ago

Created a new pull request to rebase (as I dont have git installed on this machine)