diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-03 13:44:14 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-03 13:44:14 +0000 |
commit | 0c454e428d60bf972d49bed8fcb321761ed4c169 (patch) | |
tree | fb985712892421f0866f6b7a1b6f613dc66e63fd /npc/007-1/caelum.txt | |
parent | b958657f90aebd3c87d7448ae6d84e26514e6955 (diff) | |
download | serverdata-0c454e428d60bf972d49bed8fcb321761ed4c169.tar.gz serverdata-0c454e428d60bf972d49bed8fcb321761ed4c169.tar.bz2 serverdata-0c454e428d60bf972d49bed8fcb321761ed4c169.tar.xz serverdata-0c454e428d60bf972d49bed8fcb321761ed4c169.zip |
Decreasing caelum speaking distance 4 to 3
Diffstat (limited to 'npc/007-1/caelum.txt')
-rw-r--r-- | npc/007-1/caelum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index f9a1fc7e3..4db6066bd 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -148,7 +148,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 3); .sex = G_MALE; - .distance = 4; + .distance = 3; end; } |