mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-18 05:49:41 -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