From e5be0261a4419cb2b6849a751d04477ef40dca79 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 16 Aug 2006 19:50:52 +0000 Subject: - Spirit of Wizard will now consume an item 7321 each time it blocks reflected magic. - Added script command jobname, retrieves a given's class name as per the appropiate msg_athena.txt entry (this command should had been added years ago) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8320 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char/inter.c') diff --git a/src/char/inter.c b/src/char/inter.c index 416ab308c..094e67675 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -396,7 +396,7 @@ int mapif_disconnectplayer(int fd, int account_id, int char_id, int reason) if (fd < 0) return -1; - WFIFOHEAD(fd, 7); + WFIFOHEAD(fd, 7); WFIFOW(fd,0) = 0x2b1f; WFIFOL(fd,2) = account_id; WFIFOB(fd,6) = reason; -- cgit v1.2.3-60-g2f50