summaryrefslogtreecommitdiff
path: root/src/server/scripts/Events
diff options
context:
space:
mode:
author天鹭 <18535853+PkllonG@users.noreply.github.com>2025-10-13 10:13:12 +0800
committerGitHub <noreply@github.com>2025-10-12 23:13:12 -0300
commit8e2e30328f2b48349fb4fc76d9922c4fe3fa8dfe (patch)
tree9d8a4839babc9e3d4291bba4c748e2a2fe727fec /src/server/scripts/Events
parent9c49349e1e25f81edd46547d693686ff8736d809 (diff)
refactor(Core): Make ObjectGuid const (#23170)
* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/a7883380ce4c827db103b0c43faca6632c3d1f66) Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>
Diffstat (limited to 'src/server/scripts/Events')
-rw-r--r--src/server/scripts/Events/brewfest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Events/brewfest.cpp b/src/server/scripts/Events/brewfest.cpp
index 31d72e61a1..84138e5d38 100644
--- a/src/server/scripts/Events/brewfest.cpp
+++ b/src/server/scripts/Events/brewfest.cpp
@@ -1743,7 +1743,7 @@ struct npc_coren_direbrew_sisters : public ScriptedAI
{
npc_coren_direbrew_sisters(Creature* creature) : ScriptedAI(creature) { }
- void SetGUID(ObjectGuid guid, int32 id) override
+ void SetGUID(ObjectGuid const& guid, int32 id) override
{
if (id == DATA_TARGET_GUID)
{