diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 18:19:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 18:19:27 +0300 |
commit | d69f9fe30404efeefaad1215239afc448ffca273 (patch) | |
tree | 79f7b8a8757eef62f5009588a878a5a3d4c574da /npc/000-1/sapartan.txt | |
parent | dbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (diff) | |
download | serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.gz serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.bz2 serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.xz serverdata-d69f9fe30404efeefaad1215239afc448ffca273.zip |
Restore active distance to all npcs.
Diffstat (limited to 'npc/000-1/sapartan.txt')
-rw-r--r-- | npc/000-1/sapartan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index 7ef963c3..39e97772 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -5,7 +5,6 @@ // Description: // Friend of Max, he gives some information on combat system. -// Size = 2 000-1,74,111,0 script Sapartan 414,{ mesn; mesq l("Hey Max, it's @@!", strcharinfo(0)); @@ -95,6 +94,7 @@ OnInit: setnpcsex 1; + setnpcdistance 2; end; L_Quit: |