From 6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 May 2022 14:21:33 -0300 Subject: Fix Regnum Blessing targets --- npc/functions/aurora.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 7654217a1..2549ecd7a 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -332,13 +332,14 @@ function script FYE_Kamelot { // Configure Regnum Blessing function script FYEConf_Regnum { setarray .@ma$, "004-1", "007-1", "004-2", "010-2", "014-3", "014-5", "015-5", - "018-3", "019-1", "025-2", "025-2-1", "soren"; + "018-3", "019-1", "025-2", "025-2-1", "018-7", "019-5"; setarray .@mb$, "Tulimshar Outskirts", "Tulimshar Mines", "Tulimshar (West) Canyon", "Halinarzo (East) Canyon", "Central Woodlands", "North Woodlands", "Abandoned Mines (Woodlands)", "Somber Caves (LoF)", "Snow Field", "Fortress Island - South", - "Fortress Island South Cave", "Soren Island"; + "Fortress Island South Cave", "Lilit's Sanctuary", + "Rock Plateau (Nivalis)"; .@m=rand2(getarraysize(.@ma$)); $REGNUM_BLESSMAP$=.@ma$[.@m]; $REGNUM_BLESSMAP_H$=.@mb$[.@m]; -- cgit v1.2.3-60-g2f50