diff options
Diffstat (limited to 'npc/003-1/tinris.txt')
-rw-r--r-- | npc/003-1/tinris.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index d4d4434aa..de267dff8 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -1,7 +1,7 @@ // Author: // Saulc -003-1,66,30,0 script Tinris 450,{ +003-1,66,30,0 script Tinris NPC_MONA,{ hello; @@ -9,4 +9,4 @@ OnInit: .sex = G_MALE; .distance = 3; end; -}
\ No newline at end of file +} |