Because it hasn't got its second attack. And that's usual, because its higher level than 110 (VSRO level).
I made you up a query which will fix it and select you lines to edit in skilldata_15000.enc, BTW the same problem might be found at level 9 and 10.
Code:
USE [SRO_VT_SHARD]
UPDATE _RefSkill set Basic_ChainCode = 10616, Service = 1 where ID = 10605
UPDATE _RefSkill set Basic_ChainCode = 10617, Service = 1 where ID = 10606
UPDATE _RefSkill set Basic_ChainCode = 10618, Service = 1 where ID = 10607
UPDATE _RefSkill set Service = 1 where ID between 10616 and 10618
Select * from _RefSkill where Basic_Code like 'SKILL_EU_WIZARD_PSYCHICA_AREA_B_%' or Basic_Code like 'SKILL_EU_WIZARD_PSYCHICA_AREA_B2_%'