diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-12 10:01:35 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-12 10:01:35 +0200 |
commit | 4e36d1ff39110205d3cb8e751d7a9de2d6f65e55 (patch) | |
tree | 974c3fd940b2ca43b85a2cd16019531c211c4b05 | |
parent | 886adda7450f9a9fa126387d17c6813fc666ab1d (diff) | |
download | serverdata-4e36d1ff39110205d3cb8e751d7a9de2d6f65e55.tar.gz serverdata-4e36d1ff39110205d3cb8e751d7a9de2d6f65e55.tar.bz2 serverdata-4e36d1ff39110205d3cb8e751d7a9de2d6f65e55.tar.xz serverdata-4e36d1ff39110205d3cb8e751d7a9de2d6f65e55.zip |
fixing the nosaveflag
-rw-r--r-- | npc/042-2/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/042-2/sorfina.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-2/mapflags.txt b/npc/042-2/mapflags.txt index 4ed80f8e..c9f5cc23 100644 --- a/npc/042-2/mapflags.txt +++ b/npc/042-2/mapflags.txt @@ -1 +1 @@ -042-2.gat mapflag nosave 042-2,40,34; +042-2.gat mapflag nosave 042-2,26,26; diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index cef082b8..09c8d39d 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,5 +1,5 @@ //TODO: music in the maps -//TODO: check the starting point +//TODO: place monsters on 041-1 042-2.gat,28,26,0 script Sorfina 154,4,4{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Again; |