diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-26 16:58:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-26 16:58:56 +0300 |
commit | 369f7b3a44b0838e168ef7dcdc36d182845e8874 (patch) | |
tree | 57690592aef1c0560aef150ea87e2e6f2f8c7e1b /src/map/script.h | |
parent | e7434a2c9bb05e2c2404092cab842236e9a155e8 (diff) | |
download | evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.gz evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.bz2 evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.tar.xz evol-hercules-369f7b3a44b0838e168ef7dcdc36d182845e8874.zip |
Replace script function misceffect2 to misceffect.
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 a58b071..15efc00 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -19,5 +19,6 @@ BUILDIN(getNpcDir); BUILDIN(setNpcDir); BUILDIN(rif); BUILDIN(countItemColor); +BUILDIN(miscEffect); #endif // EVOL_MAP_SCRIPT |