diff options
author | Susu <bruant.bastien@gmail.com> | 2013-07-29 15:09:42 +0200 |
---|---|---|
committer | Susu <bruant.bastien@gmail.com> | 2013-07-29 15:09:42 +0200 |
commit | 9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4 (patch) | |
tree | aa2ba2e5eec4e8fae70c11c71545b7123504c395 /src/map/unit.c | |
parent | 4f441379e35619da60ddd94d44d3a5b5bb8a49b4 (diff) | |
download | hercules-9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4.tar.gz hercules-9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4.tar.bz2 hercules-9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4.tar.xz hercules-9ac2cf7bc508248450ddd9f3eaca32cb6fe715a4.zip |
Added chat interface
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index b1ed24666..38606230f 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2131,7 +2131,7 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file, } //Leave/reject all invitations. if(sd->chatID) - chat_leavechat(sd,0); + chat->leavechat(sd,0); if(sd->trade_partner) trade->cancel(sd); buyingstore->close(sd); |