forked from metin-server/m2dev-server
- Recompute new_quest_lv7_DestMapIndex in the goto_oldwomans_sister state based on the player’s empire. - Restrict the 9006.chat handler in goto_oldwomans_sister with `pc.get_map_index() == new_quest_lv7_DestMapIndex`, so the bouquet can only be delivered to the sister in the correct second village (Jayang/Bokjung/Bakra) and not to the old woman in the first village. This prevents completing the sister step by talking to the wrong 9006 NPC after briefly entering and leaving the destination map, and aligns the behavior with the intended narrative flow.