Login Status


ShareSource Site » Projects » sniffitzt » sniffitztBug Tracker

Project: sniffitzt - a wow logging proxy [Bug Tracker]

(*) Summary   [^] Files   [^] Screenshots   [_] Wiki   [!] Bug Tracker  
(») Mercurial Repository  
Actions » View tickets | Report a bug

Bug #180 [CLOSED]

Reason: Implemented

Vital Bug Details
Summery: Just struct for CHAT_MSG_CHANNEL (wtf? , no other place to post it)
  Severity: Low
Status: Priority: Low
Assigned to: Nobody Percent Complete: 0%
Bug Reporter
Reported by: Anonymous ( on Monday, 05 May 2008, 07:14PM (05/05/2008) )
Bug Details
case CHAT_MSG_CHANNEL:
//lang
buffer.readInt32();
//playerGUID
buffer.readInt64();
senderName = "CHANNEL";
//rank
buffer.readInt32();
//channel name
msg = "["+buffer.readCStr()+"]:";
//another guid?
buffer.readInt64();
//strlen msg
buffer.readInt32();
//msg
msg = msg +" "+buffer.readCStr();
//tag
buffer.readByte();
break;
View History »

Comments

Comment by: arrai | Posted: Thursday, 19 June 2008, 08:54AM (19/06/2008)
Sorry, I just discovered that report. It should have been fixed in the current repository version


Want to comment?

Please login to ShareSource.