diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-06-05 11:23:41 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-05 11:23:41 -0400 |
commit | cf484334d22f41e3cd881fdc6aedd2df306dd2e0 (patch) | |
tree | bb439f4c41057b8ac759b0913f1d930d9a692bfc /src/emap/script_buildins.h | |
parent | d87f223424d15b6192f4873b9bdfd7818c695475 (diff) | |
download | evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.gz evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.bz2 evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.tar.xz evol-hercules-cf484334d22f41e3cd881fdc6aedd2df306dd2e0.zip |
remove misceffect
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index 96c9bf2..374e1eb 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -28,7 +28,6 @@ BUILDIN(getqTime); BUILDIN(setq); BUILDIN(setNpcDir); BUILDIN(rif); -BUILDIN(miscEffect); BUILDIN(setMapMask); BUILDIN(getMapMask); BUILDIN(addMapMask); |