diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-23 19:32:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-23 19:32:40 +0300 |
commit | 40f0847e0faff7526c4290b83b50f9237c1e1438 (patch) | |
tree | 4b18f20e2e2416af341853a373e450ba3548da47 /src/map/script.h | |
parent | bf50409735647a80a7145def628822d5235ea753 (diff) | |
download | plugin-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.gz plugin-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.bz2 plugin-40f0847e0faff7526c4290b83b50f9237c1e1438.tar.xz plugin-40f0847e0faff7526c4290b83b50f9237c1e1438.zip |
Partially impliment script command countitemcolor.
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 6fbabc0..cc54dba 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -21,5 +21,6 @@ BUILDIN(setq); BUILDIN(getNpcDir); BUILDIN(setNpcDir); BUILDIN(rif); +BUILDIN(countItemColor); #endif // EVOL_MAP_SCRIPT |