Is this fixing the bug?Quote:
Fixed.
run the query oqe ?
declare @acpptime int = '300'
declare @acduration int = '1500'
/***************** FEQ U WRITTEN BY SECTOR1337 *****************/
UPDATE _RefSkill
SET Action_PreparingTime = @acpptime, Action_ActionDuration = @acduration
where Basic_Code in (select Basic_Code from _RefSkill where Basic_Code like '%SKILL_EU_WIZARD_PSYCHICA_AREA_B%' and Basic_Code like '%SKILL_EU_WIZARD_COLDA_POINT_B%', and Basic_Code like '%SKILL_EU_WIZARD_FIREA_SPRAY_B%')
/***************** FEQ U WRITTEN BY SECTOR1337 *****************/