diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-06-15 03:42:23 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:58:34 -0400 |
commit | f46f552f954a45387bffd6d7f672fb58100c9593 (patch) | |
tree | 2efc592e1524b1ed7a65695c4118643cd57dd7b7 /src/map/script.c | |
parent | fa0c8cda0b2f68fa742572409c8f77e65d5d0011 (diff) | |
download | hercules-f46f552f954a45387bffd6d7f672fb58100c9593.tar.gz hercules-f46f552f954a45387bffd6d7f672fb58100c9593.tar.bz2 hercules-f46f552f954a45387bffd6d7f672fb58100c9593.tar.xz hercules-f46f552f954a45387bffd6d7f672fb58100c9593.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; } |