diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-06-15 03:42:23 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-06-15 03:42:23 -0300 |
commit | de3f4423058405636c76e05cd87a6eae0bfa7707 (patch) | |
tree | 3f296f3651a670a9cec07c3ef2c57fce30b5ca67 /src/map/script.c | |
parent | b745cb176a16e771bf5bbae43a7445cf160d1342 (diff) | |
download | hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.gz hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.bz2 hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.tar.xz hercules-de3f4423058405636c76e05cd87a6eae0bfa7707.zip |
Forgot to change something.
Also added mail interface for HPM.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 2b2628aa3..cccf5a7d2 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -15274,7 +15274,7 @@ BUILDIN(openmail) if( sd == NULL ) return true; - mail_openmail(sd); + mail->openmail(sd); return true; } |