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

View File

@ -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<Mob*> &m_list);
void GetNPCList(std::list<NPC*> &n_list);
void GetMercList(std::list<Merc*> &n_list);

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 */