mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Remove trailing whitespace
This commit is contained in:
+7
-7
@@ -33,7 +33,7 @@ public:
|
||||
virtual ~WorldServer();
|
||||
|
||||
virtual void Process();
|
||||
|
||||
|
||||
void SendGuildJoin(GuildJoin_Struct* gj);
|
||||
bool SendChannelMessage(Client* from, const char* to, uint8 chan_num, uint32 guilddbid, uint8 language, const char* message, ...);
|
||||
bool SendEmoteMessage(const char* to, uint32 to_guilddbid, uint32 type, const char* message, ...);
|
||||
@@ -43,9 +43,9 @@ public:
|
||||
uint32 SendGroupIdRequest();
|
||||
bool RezzPlayer(EQApplicationPacket* rpack, uint32 rezzexp, uint32 dbid, uint16 opcode);
|
||||
bool IsOOCMuted() const { return(oocmuted); }
|
||||
|
||||
|
||||
uint32 NextGroupID();
|
||||
|
||||
|
||||
void SetLaunchedName(const char *n) { m_launchedName = n; }
|
||||
void SetLauncherName(const char *n) { m_launcherName = n; }
|
||||
void SendReloadTasks(int Command, int TaskID=0);
|
||||
@@ -56,15 +56,15 @@ public:
|
||||
void StopLFP(uint32 LeaderID);
|
||||
void HandleLFGMatches(ServerPacket *pack);
|
||||
void HandleLFPMatches(ServerPacket *pack);
|
||||
|
||||
|
||||
private:
|
||||
virtual void OnConnected();
|
||||
|
||||
|
||||
std::string m_launchedName;
|
||||
std::string m_launcherName;
|
||||
|
||||
|
||||
bool oocmuted;
|
||||
|
||||
|
||||
uint32 cur_groupid;
|
||||
uint32 last_groupid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user