Issue information

Issue ID
#3465
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Aug 3, 2009 12:52
Last Post
Hercules Elf Bot
Aug 3, 2009 12:52
Confirmation
N/A

Hercules Elf Bot - Aug 3, 2009 12:52

Originally posted by [b]Ai4rei[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3465

CODE
void clif_clearcart(int fd)
{
    WFIFOHEAD(fd, packet_len(0x12b));
    WFIFOW(fd,0) = 0x12b;
+    WFIFOSET(fd, packet_len(0x12b));
 }


This post has been edited by Ai4rei: Aug 3 2009, 05:53 AM