MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
707 stars 296 forks source link

fix: Adds conditions to avoid equipping two-handed item when all slots are occupied #404

Closed radzki closed 5 months ago

radzki commented 5 months ago

Closes https://github.com/MUnique/OpenMU/issues/392

This PR goes one step further after https://github.com/MUnique/OpenMU/pull/393 and solves the case for one-handed items (such as shields and swords) being able to be equipped in the second slot.

This doesn't change the already working behavior for elves (bolts and arrows)

sven-n commented 5 months ago

Thank you and sorry that it took so long 😅