diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-28 13:56:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-28 13:56:49 -0300 |
commit | c4f919a86ae12ad53ccfaf2dd8eec7e40842267c (patch) | |
tree | bd0667c2548ebc785e4a43d6431be211d92af0d7 /npc/003-1 | |
parent | 84375bc493e1b7ec2e45ac87cfa9c657b34369c5 (diff) | |
download | serverdata-c4f919a86ae12ad53ccfaf2dd8eec7e40842267c.tar.gz serverdata-c4f919a86ae12ad53ccfaf2dd8eec7e40842267c.tar.bz2 serverdata-c4f919a86ae12ad53ccfaf2dd8eec7e40842267c.tar.xz serverdata-c4f919a86ae12ad53ccfaf2dd8eec7e40842267c.zip |
Use more lock delay on Hasan
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/hasan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 938879f48..25db01839 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -115,7 +115,7 @@ L_Complete: close; L_TouchComplete: - npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)); + npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)), 3; end; L_Close: |