Sariel is encounterable in all three zones of Harvest Valley. For the generic South zone encounter table, the code is
However, for the North and Lake encounter tables, it's still the old
Code:
if(pc.level >= 4) {
if(!flags.SARIEL_CURED) combatEncounters.push(SarielEncounter, SarielEncounter);
else otherEncounters.push(SarielEncounter, SarielEncounter);
Code:
if(pc.level >= 4) combatEncounters.push(SarielEncounter, SarielEncounter)