427220 [Heir to the Wolf King] - Missing Quest Flag Transition

  • Hello,


    I investigated why 427220 [Heir to the Wolf King] cannot be obtained from 123805 [Sorwey Ader] in Splitwater Coast.


    My current character state is:


    427185 = completed

    427219 [Into the Wild] = completed

    427220 [Heir to the Wolf King] = not completed


    549133 = 1

    549121 = 0


    123805 [Sorwey Ader] continues to offer 427219 [Into the Wild], and I have completed it multiple times, but 427220 [Heir to the Wolf King] never becomes available.


    I compared the old Runewaker quest data with the current Chronicles of Arcadia client data.


    Previously, completing 427219 [Into the Wild] used:


    @Z32_SetQuestFlag_00(549133,549121,100)


    This awarded the Public Event score, cleared 549133 and set 549121 = 1.


    In the current CoA data, 427219 instead uses:


    @Lua_ZonePE_3th_GetScore(200)


    The PE reward was doubled, but the flag transition appears to have been removed.


    427220 [Heir to the Wolf King] still requires 549121 = 1 in the current QuestDetailObjectDB and is still present in the QuestNPC data for 123805 [Sorwey Ader].


    Could you please confirm whether this callback change is intended? If not, please check the flag transition between 427219 [Into the Wild] and 427220 [Heir to the Wolf King].


    Thank you.