summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index f168ae5..7f603a9 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2120,7 +2120,8 @@ int clif_updatestatus(struct map_session_data *sd,int type)
WFIFOL(fd,4)=sd->status.base_level;
break;
case SP_JOBLEVEL:
- WFIFOL(fd,4)=sd->status.job_level;
+ return 1; // [Fate] Don't report this anymore
+ //WFIFOL(fd,4)=sd->status.job_level;
break;
case SP_MANNER:
WFIFOL(fd,4)=sd->status.manner;