diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-04 01:58:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-04 01:58:21 +0300 |
commit | 90f9d99976e2053dcf8448c47da615d234d83fbf (patch) | |
tree | 219581871c21a6859ab869e04bdf1ef1569c6f5f /src/map/script.h | |
parent | bf5775fe4c2ea24a4404335ea01a60ac76021230 (diff) | |
download | evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.gz evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.bz2 evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.xz evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.zip |
Remove script command setnpcdistance and area distance variable.
Now it in upstream.
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index b238e92..7fc4ba6 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -32,7 +32,6 @@ BUILDIN(getNpcClass); BUILDIN(setNpcSex); BUILDIN(setPcSit); BUILDIN(getPcSit); -BUILDIN(setNpcDistance); BUILDIN(showAvatar); BUILDIN(setAvatarDir); BUILDIN(setAvatarAction); |