I'm getting an error on Line 266.
WorldSession.h(266): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
WorldSession.h(266): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
These are the two errors that I get from Visual C++ Studio 2010.
extern OpcodeHandler WorldPacketHandlers[NUM_MSG_TYPES];
void CapitalizeString(string & arg);
The first one is line 266; The second line is 267. I'm not sure what is the problem as I'm confused. Could anyone help out, thanks!
OpcodeHandler? - Chris Bednarski