summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-27 13:47:33 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-27 13:47:33 +0000
commit70c2692d38e6fac1c230a51c283438de11a61ce1 (patch)
treef1b3713ad5ce48f48e688bb627edc51af067eb0d /src/map/map.cpp
parent4d23200c606b5c96877384f5ab2820a6cfcadda8 (diff)
parent78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72 (diff)
downloadtmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.gz
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.bz2
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.xz
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.zip
Merge branch 'activity_checks' into 'master'
activity checks and status cleanup See merge request legacy/tmwa!252
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r--src/map/map.cpp2
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);