diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-11-27 13:47:32 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-27 13:47:32 +0000 |
commit | 78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72 (patch) | |
tree | f1b3713ad5ce48f48e688bb627edc51af067eb0d /src/map/map.cpp | |
parent | 4d23200c606b5c96877384f5ab2820a6cfcadda8 (diff) | |
download | tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.gz tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.bz2 tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.xz tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.zip |
activity checks and status cleanup
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r-- | src/map/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp index e7b0da8..ff69a56 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -816,7 +816,7 @@ void map_quit(dumb_ptr<map_session_data> sd) pc_stopattack(sd); pc_delinvincibletimer(sd); - pc_calcstatus(sd, 4); + pc_calcstatus(sd, (int)CalcStatusKind::NORMAL_RECALC_NO_CLIENT_UPDATE); clif_clearchar(sd, BeingRemoveWhy::QUIT); |