summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 03:32:35 +0200
committerGitHub <noreply@github.com>2020-06-28 03:32:35 +0200
commit92022a5728dbd3a2e95b007276cd4eb926885bac (patch)
tree942830c72893a6041d693371a1147a9023cec0bc /src/map/pc.c
parent9b22213254d64b2c155c6700030303852fd5b912 (diff)
parentddf679b3808e56309a7352eead2cd1f93c9f99c9 (diff)
downloadhercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.gz
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.bz2
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.xz
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.zip
Merge pull request #2757 from Kenpachi2k13/server_messages
Adjust server messages on login and map change
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 9b5764bd6..64e52848f 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -12128,7 +12128,6 @@ static void pc_scdata_received(struct map_session_data *sd)
{
nullpo_retv(sd);
pc->inventory_rentals(sd);
- clif->show_modifiers(sd);
if (sd->expiration_time != 0) { // don't display if it's unlimited or unknow value
time_t exp_time = sd->expiration_time;