diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/king.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 12aa980d3..74ca544bc 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -228,7 +228,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 15); setunitdata(.@npcId, UDT_HAIRCOLOR, 8); - .distance=3; + .distance=4; npcsit; end; } |