mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Performance] Change to use Pass by reference where valid. (#3163)
* [Performance] Change to use Pass by reference where valid. * typo
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "../common/eqemu_logsys.h"
|
||||
#include "../common/strings.h"
|
||||
|
||||
void CombatRecord::Start(std::string in_mob_name)
|
||||
void CombatRecord::Start(const std::string& in_mob_name)
|
||||
{
|
||||
m_start_time = std::time(nullptr);
|
||||
m_end_time = 0;
|
||||
|
||||
Reference in New Issue
Block a user