diff options
Diffstat (limited to 'npc/009-1_Hurnscald')
-rw-r--r-- | npc/009-1_Hurnscald/soul-menhir.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/009-1_Hurnscald/soul-menhir.txt b/npc/009-1_Hurnscald/soul-menhir.txt index d8eac7c6..5de1f9c2 100644 --- a/npc/009-1_Hurnscald/soul-menhir.txt +++ b/npc/009-1_Hurnscald/soul-menhir.txt @@ -1,8 +1,9 @@ +// + 009-1.gat,53,40,0 script Soul Menhir 144, { set @map$, "009-1.gat"; set @x, 53; set @y, 41; callfunc "SoulMenhir"; + close; } - - |