diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-23 15:03:53 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-23 15:03:53 +0200 |
commit | d90860857d0e6a30edad6c0df97e87b5eb110db9 (patch) | |
tree | 78464498d461ad46e5d6dcf49a3dce081e32f1c2 /src/map/status.c | |
parent | 5fa882fc81a26825afedefa050fe642e9c50a7b6 (diff) | |
download | hercules-d90860857d0e6a30edad6c0df97e87b5eb110db9.tar.gz hercules-d90860857d0e6a30edad6c0df97e87b5eb110db9.tar.bz2 hercules-d90860857d0e6a30edad6c0df97e87b5eb110db9.tar.xz hercules-d90860857d0e6a30edad6c0df97e87b5eb110db9.zip |
Remove superfluous parameters file and line from status_change_end_()
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 1f887a250..13cf8b553 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -10788,7 +10788,7 @@ static int status_change_clear(struct block_list *bl, int type) /*========================================== * Special condition we want to effectuate, check before ending a status. *------------------------------------------*/ -static int status_change_end_(struct block_list *bl, enum sc_type type, int tid, const char *file, int line) +static int status_change_end_(struct block_list *bl, enum sc_type type, int tid) { struct map_session_data *sd; struct status_change *sc; |