diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:30:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:30:10 -0300 |
commit | 4b689d7bef7d150505fa5420ce7b9a9343262b17 (patch) | |
tree | 9142443e53acde38972d6992322c8ccce0cda97e /npc/functions | |
parent | 912ebeab71957acbde19a1012f04f308ec464629 (diff) | |
download | serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.gz serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.bz2 serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.xz serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.zip |
Main Quest 20 - Survive the trip until the guardhouse.
You will now be officially assigned the task of liberating Fortress Town.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 256b47ff3..4407dd711 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -10,7 +10,7 @@ // Main initialization OnInit: setarray .heatmap$, "007-2"; - setarray .cursemap$, "006-4", "006-4-1"; + setarray .cursemap$, "006-4", "006-4-1", "025-1"; end; ///////////////////////////////////////// |