mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[Cleanup] Remove unnecessary reference types (#4212)
Minor clean up from #4054 and #4181
This commit is contained in:
+1
-1
@@ -842,7 +842,7 @@ public:
|
||||
bool IsPureMeleeClass() const;
|
||||
bool IsWisdomCasterClass() const;
|
||||
uint8 GetArchetype() const;
|
||||
const std::string& GetArchetypeName();
|
||||
const std::string GetArchetypeName();
|
||||
void SetZone(uint32 zone_id, uint32 instance_id);
|
||||
void SendStatsWindow(Client* c, bool use_window);
|
||||
void ShowStats(Client* client);
|
||||
|
||||
Reference in New Issue
Block a user