mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +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:
|
||||
|
||||
Reference in New Issue
Block a user