diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-18 01:02:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-18 01:04:00 +0300 |
commit | c1991277b798d2d7111932f2a2e99dcec6822069 (patch) | |
tree | 3440c7794849655185d80a333107a42e5698ef79 /npc/000-2-1/knife.txt | |
parent | ab9faabbf9e19ee9270e25ae71968f5cf7ce4458 (diff) | |
download | clientdata-c1991277b798d2d7111932f2a2e99dcec6822069.tar.gz clientdata-c1991277b798d2d7111932f2a2e99dcec6822069.tar.bz2 clientdata-c1991277b798d2d7111932f2a2e99dcec6822069.tar.xz clientdata-c1991277b798d2d7111932f2a2e99dcec6822069.zip |
Change knife npc active distance from 1 to 2.
Diffstat (limited to 'npc/000-2-1/knife.txt')
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index ae456d30..7b7cb33c 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -9,7 +9,7 @@ // 0 default -> not taken // 1 knife taken -000-2-1.gat,40,24,0,2 script #name 100;1,{ +000-2-1.gat,40,24,0,2 script #name 100;2,{ set @q, geta(ShipQuests, ShipQuests_Knife); if (@q) close; |