From d9bba8807c80e64c04e7acd054eb798b27e3b3d2 Mon Sep 17 00:00:00 2001 From: azw Date: Thu, 9 Nov 2023 02:15:55 +0000 Subject: [PATCH] 1 --- server/gameserver/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/app.cc b/server/gameserver/app.cc index a2e985a4..e1889eea 100644 --- a/server/gameserver/app.cc +++ b/server/gameserver/app.cc @@ -504,7 +504,7 @@ bool App::ParseOpt() std::string App::NewUuid() { - return a8::XValue(uuid.Generate()).GetString(); + return a8::XValue(uuid_.Generate()).GetString(); } bool App::HasFlag(int flag)