diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-30 23:02:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-30 23:02:59 +0300 |
commit | c5c81196bca1239e075ac434343b13f8c2cfc447 (patch) | |
tree | 313339a1cb0f78544947e9e6146b4d8fd3796beb /src/emap/script.h | |
parent | b226c685421a78ddb8b7d3c29ec693fd9688e7db (diff) | |
download | evol-hercules-c5c81196bca1239e075ac434343b13f8c2cfc447.tar.gz evol-hercules-c5c81196bca1239e075ac434343b13f8c2cfc447.tar.bz2 evol-hercules-c5c81196bca1239e075ac434343b13f8c2cfc447.tar.xz evol-hercules-c5c81196bca1239e075ac434343b13f8c2cfc447.zip |
Remove script command countitemcolor. Now it same with countitem.
Diffstat (limited to 'src/emap/script.h')
-rw-r--r-- | src/emap/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/script.h b/src/emap/script.h index d91cf9d..51618cb 100644 --- a/src/emap/script.h +++ b/src/emap/script.h @@ -31,7 +31,6 @@ BUILDIN(getq); BUILDIN(setq); BUILDIN(setNpcDir); BUILDIN(rif); -BUILDIN(countItemColor); BUILDIN(miscEffect); BUILDIN(setMapMask); BUILDIN(getMapMask); |