From ea001385e0b98e63cfde00158fd5b7739aaa659e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 2 Mar 2013 20:16:51 -0300 Subject: Hercules Renewal: skill.c http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind --- src/map/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/chat.c') diff --git a/src/map/chat.c b/src/map/chat.c index 282b1730e..33798d563 100644 --- a/src/map/chat.c +++ b/src/map/chat.c @@ -215,7 +215,7 @@ int chat_leavechat(struct map_session_data* sd, bool kicked) unit = map_find_skill_unit_oncell(&sd->bl, sd->bl.x, sd->bl.y, AL_WARP, NULL, 0); group = (unit != NULL) ? unit->group : NULL; if (group != NULL) - ext_skill_unit_onplace(unit, &sd->bl, group->tick); + skill->unit_onplace(unit, &sd->bl, group->tick); return 1; } -- cgit v1.2.3-70-g09d2