View Single Post
  #3  
Old 11-07-2004, 10:46 AM
schoppew
Fire Beetle
 
Join Date: Jun 2004
Posts: 26
Default

This seems to be a small problem with a line that logs events.
An easy fix until the CVS version is fixed would be this....

In entity.cpp on the line that says...

LogFile->write(EQEMuLog:ebug, "MakeDoorPacket() packet length:%i qty:%i", length, qty);

Change to :
LogFile->write(EQEMuLog:ebug, "MakeDoorPacket() packet length:%i qty:", length);

This is just a temporary fix to get it running....
Reply With Quote