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