topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
56 stars 80 forks source link

Try skillup before mob takes damage #2578

Closed ghost closed 3 years ago

ghost commented 3 years ago

I affirm:

Temporary:

In cases where single-hit WS damage is enough to kill a mob, it would be dead before trySkillUp is called (invalid target, causing the function to break out). Moved that call prior to the target taking damage.

Fixes #2577