From 78f36299f3d878c935f8388ec23934239d0cdaa6 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Oct 2009 07:02:51 +0000 Subject: Better logging, initial job experience gathering, naming fixes to the skill script commands --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char') 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 -- cgit v1.2.3-70-g09d2