Core: Pass by const reference for simple objects replaced with pass by value

This commit is contained in:
Spp-
2011-08-01 14:23:27 +02:00
parent 1fc1da842e
commit acd0fc79f6
63 changed files with 263 additions and 263 deletions

View File

@@ -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)
{
}