diff options
author | Susu <bruant.bastien@gmail.com> | 2013-07-29 15:28:48 +0200 |
---|---|---|
committer | Susu <bruant.bastien@gmail.com> | 2013-07-29 15:28:48 +0200 |
commit | 9d5309327da9543f86385549001df7e9a7c98833 (patch) | |
tree | 8d36faa7961fcca952442caefb93e270140e11a9 /src/map/intif.c | |
parent | 5a22b0445416dbf7d0a0ddd95d31c1f068e704b3 (diff) | |
download | hercules-9d5309327da9543f86385549001df7e9a7c98833.tar.gz hercules-9d5309327da9543f86385549001df7e9a7c98833.tar.bz2 hercules-9d5309327da9543f86385549001df7e9a7c98833.tar.xz hercules-9d5309327da9543f86385549001df7e9a7c98833.zip |
Added elemental interface
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 294d79656..f2c5e7e78 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2055,7 +2055,7 @@ int intif_parse_elemental_received(int fd) return 0; } - elemental_data_received((struct s_elemental*)RFIFOP(fd,5), RFIFOB(fd,4)); + elemental->data_received((struct s_elemental*)RFIFOP(fd,5), RFIFOB(fd,4)); return 0; } |