This commit is contained in:
akkadius
2014-08-24 00:09:09 -05:00
parent 7f89191ffc
commit 163906e0f0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ class QueryServ{
public:
QueryServ();
~QueryServ();
void QueryServ::SendQuery(std::string Query);
void QueryServ::PlayerLogEvent(int Event_Type, int Character_ID, std::string Event_Desc);
void SendQuery(std::string Query);
void PlayerLogEvent(int Event_Type, int Character_ID, std::string Event_Desc);
};
#endif /* QUERYSERV_ZONE_H */