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