@@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/05/31
* [Fixed]:
+ - Missing #include for cbasetypes.h in login server SQL.
- Logic errors in run_script [Lance]
* [Added]:
- Partial support for latest login packet. But it seems to have a new security
@@ -53,6 +53,7 @@ void Gettimeofday(struct timeval *timenow)
#include "../common/mmo.h"
#include "../common/showmsg.h"
#include "../common/version.h"
+#include "../common/cbasetypes.h"
#include "login.h"
#ifdef PASSWORDENC