otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.57k stars 1.05k forks source link

Removed unnecessary check in setMonsterOutfit function #4633

Closed EPuncker closed 5 months ago

EPuncker commented 6 months ago

Pull Request Prelude

Changes Proposed

it was preventing items like costume bags to change player outfit because monster list was not illusionable but was allowed in this item, in other words this check is useless and only breaks functionality

credits to @omarcopires for bringing this up to my attention

Issues addressed: