mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Some more missing changes from previous commit (Pass by const reference for simple objects replaced with pass by value). Also fix unintended change
This commit is contained in:
@@ -713,7 +713,7 @@ uint32 AuraScript::GetId() const
|
||||
return m_aura->GetId();
|
||||
}
|
||||
|
||||
uint64 const& AuraScript::GetCasterGUID() const
|
||||
unit64 const AuraScript::GetCasterGUID() const
|
||||
{
|
||||
return m_aura->GetCasterGUID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user