diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 11:40:58 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 11:40:58 -0200 |
commit | e65c1231e445eae270a0e515eac3de03c3310b57 (patch) | |
tree | 5342b329ed89f5a3a1a17132cfb9e4c25bd7dcd7 /npc/003-1 | |
parent | 0e06c76c0b6b729c554f2c711d1eadc086b3635b (diff) | |
download | serverdata-e65c1231e445eae270a0e515eac3de03c3310b57.tar.gz serverdata-e65c1231e445eae270a0e515eac3de03c3310b57.tar.bz2 serverdata-e65c1231e445eae270a0e515eac3de03c3310b57.tar.xz serverdata-e65c1231e445eae270a0e515eac3de03c3310b57.zip |
Fix Luca distance
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/luca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt index 77cafdb19..4c98f166e 100644 --- a/npc/003-1/luca.txt +++ b/npc/003-1/luca.txt @@ -16,6 +16,6 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 13); .sex = G_MALE; - .distance = 5; + .distance = 3; end; } |