View Single Post
  #4  
Old 06-16-2004, 11:39 PM
ndnet
Hill Giant
 
Join Date: Oct 2003
Posts: 105
Default

Line 3705 in Client_process.cpp is this:

Code:
				case OP_PetitionQue: {
Which likely means you've got two things defined as the same opcode.

Check the definitions in the file common\eq_opcodes.h
Reply With Quote