mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
Core: Pass by const reference for simple objects replaced with pass by value
This commit is contained in:
@@ -2845,7 +2845,7 @@ void SmartScript::SetData(uint32 id, uint32 value)
|
||||
{
|
||||
}
|
||||
|
||||
void SmartScript::SetGUID(const uint64& guid, int32 id)
|
||||
void SmartScript::SetGUID(const uint64 guid, int32 id)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user