diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 14:02:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 14:02:49 -0300 |
commit | 32f9089ea34947e7a78eb7e8c1df69b3804c21b3 (patch) | |
tree | 7bb403ac91ad6a0af776383c30e728b7ddd0aeb5 /npc | |
parent | e79badbba9a4967eef53c48ac1938efce489e04f (diff) | |
download | serverdata-32f9089ea34947e7a78eb7e8c1df69b3804c21b3.tar.gz serverdata-32f9089ea34947e7a78eb7e8c1df69b3804c21b3.tar.bz2 serverdata-32f9089ea34947e7a78eb7e8c1df69b3804c21b3.tar.xz serverdata-32f9089ea34947e7a78eb7e8c1df69b3804c21b3.zip |
Fix dresser I hope
Diffstat (limited to 'npc')
-rwxr-xr-x | npc/029-2/sorfina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt index fe77d09d..25d37985 100755 --- a/npc/029-2/sorfina.txt +++ b/npc/029-2/sorfina.txt @@ -300,7 +300,7 @@ OnTouch: 029-2,29,23,0 script Dresser#tutorial NPC400,{ @npc_distance = 2; - @distance_handler = 1; + @distance_handler = 2; callfunc "PCtoNPCRange"; if (@npc_check) goto L_closeDis; |