summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt5
1 files changed, 3 insertions, 2 deletions
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];