Log in

View Full Version : Where did "eq_opcodes.h" go?


CoryWalker
10-14-2014, 12:09 PM
packetfile.cpp - line 11:

#include "eq_opcodes.h"

The file eq_opcodes.h does not exist in the directory structure. I tried commenting out this line and packetfile.cpp compiled perfectly.

Does anyone know what happened to eq_opcodes.h? Do we still need it?

demonstar55
10-14-2014, 12:42 PM
well, packetfile.cpp isn't used anymore :P

CoryWalker
10-14-2014, 01:10 PM
OK - thanks. I will delete both the packetfile.cpp and packetfile.h files.