summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-10-10 07:02:51 +0000
committerFate <fate-tmw@googlemail.com>2009-10-10 07:02:51 +0000
commit78f36299f3d878c935f8388ec23934239d0cdaa6 (patch)
tree9e905213b1949f3010b068cc4ed91c0a5f831ad3 /src/char/char.c
parentd90c344f576d0be5206db7f7e7eb265a6a38019c (diff)
downloadtmwa-78f36299f3d878c935f8388ec23934239d0cdaa6.tar.gz
tmwa-78f36299f3d878c935f8388ec23934239d0cdaa6.tar.bz2
tmwa-78f36299f3d878c935f8388ec23934239d0cdaa6.tar.xz
tmwa-78f36299f3d878c935f8388ec23934239d0cdaa6.zip
Better logging, initial job experience gathering, naming fixes to the skill script commands
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c
index 98321ec..c60305b 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -1335,7 +1335,7 @@ int mmo_char_send006b(int fd, struct char_session_data *sd) {
WFIFOL(fd,j+4) = p->base_exp;
WFIFOL(fd,j+8) = p->zeny;
WFIFOL(fd,j+12) = p->job_exp;
- WFIFOL(fd,j+16) = p->job_level;
+ WFIFOL(fd,j+16) = 0; //p->job_level; // [Fate] We no longer reveal this to the player, as its meaning is weird.
WFIFOW(fd,j+20) = find_equip_view(p, 0x0040); // 9: shoes
WFIFOW(fd,j+22) = find_equip_view(p, 0x0004); // 10: gloves