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:
+1
-1
@@ -1113,7 +1113,7 @@ uint8 Mob::GetArchetype() const
|
||||
return Archetype::Hybrid;
|
||||
}
|
||||
|
||||
const std::string& Mob::GetArchetypeName()
|
||||
const std::string Mob::GetArchetypeName()
|
||||
{
|
||||
switch (GetArchetype()) {
|
||||
case Archetype::Hybrid:
|
||||
|
||||
+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