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, 1 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 7f603a9..7b4720c 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2120,8 +2120,7 @@ int clif_updatestatus(struct map_session_data *sd,int type)
WFIFOL(fd,4)=sd->status.base_level;
break;
case SP_JOBLEVEL:
- return 1; // [Fate] Don't report this anymore
- //WFIFOL(fd,4)=sd->status.job_level;
+ WFIFOL(fd,4)=0;
break;
case SP_MANNER:
WFIFOL(fd,4)=sd->status.manner;