Skip to content

fix brawler randbosses on certain monster types having very high weapon damage

yutio888 requested to merge yutio888/t-engine4:fix_brawler_rare_high_dam into master

resolvers.levelup is handled before applyRandomClass, so the levelup part is not replaced currently. Manually remove the levelup part to fix it.

Merge request reports