diff options
Diffstat (limited to 'src/map/chat.c')
-rw-r--r-- | src/map/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |