lautaroangelico/WebEngine

Wrong variable for Master Level info

Closed this issue · 2 comments

if($characterMLData[_CLMN_ML_LVL_] < mconfig('clearst_required_level')) throw new Exception(lang('error_39',true).mconfig('clearst_required_level'));

$characterMLData = $this->getMasterLevelInfo($character_name);

Add this above that line

Fixed in 1.2.1