mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
[Cleanup] Remove unnecessary reference types (#4212)
Minor clean up from #4054 and #4181
This commit is contained in:
+5
-5
@@ -125,11 +125,11 @@ public:
|
||||
uint32 GetGroupIDByCharID(uint32 character_id);
|
||||
uint32 GetRaidIDByCharID(uint32 character_id);
|
||||
|
||||
const std::string& GetAccountName(uint32 account_id, uint32* lsaccount_id = 0);
|
||||
const std::string& GetCharName(uint32 character_id);
|
||||
const std::string& GetCharNameByID(uint32 character_id);
|
||||
const std::string& GetNPCNameByID(uint32 npc_id);
|
||||
const std::string& GetCleanNPCNameByID(uint32 npc_id);
|
||||
const std::string GetAccountName(uint32 account_id, uint32* lsaccount_id = 0);
|
||||
const std::string GetCharName(uint32 character_id);
|
||||
const std::string GetCharNameByID(uint32 character_id);
|
||||
const std::string GetNPCNameByID(uint32 npc_id);
|
||||
const std::string GetCleanNPCNameByID(uint32 npc_id);
|
||||
void LoginIP(uint32 account_id, const std::string& login_ip);
|
||||
|
||||
/* Instancing */
|
||||
|
||||
Reference in New Issue
Block a user