diff --git a/zone/entity.h b/zone/entity.h index 5caab8a30..cc302fe75 100644 --- a/zone/entity.h +++ b/zone/entity.h @@ -398,7 +398,7 @@ public: void UpdateFindableNPCState(NPC *n, bool Remove); void HideCorpses(Client *c, uint8 CurrentMode, uint8 NewMode); - uint16 EntityList::GetClientCount(); + uint16 GetClientCount(); void GetMobList(std::list &m_list); void GetNPCList(std::list &n_list); void GetMercList(std::list &n_list); diff --git a/zone/queryserv.h b/zone/queryserv.h index 657dc0b30..e0c7d4e56 100644 --- a/zone/queryserv.h +++ b/zone/queryserv.h @@ -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 */ \ No newline at end of file