diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/max.txt | 4 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index 9ef021a0..7a9d992d 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -7,8 +7,8 @@ 000-1.gat,28,42,0,1 script Max 105,{ mesn; - mesq l(""); + mesq l("."); close; -}
\ No newline at end of file +} diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index 0d0b3457..0cbd32e6 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -7,8 +7,8 @@ 000-1.gat,29,43,0,1 script Sapartan 314,{ mesn; - mesq l(""); + mesq l("."); close; -}
\ No newline at end of file +} |