From 6e2c69ff3b129bf2c9383a462020ca5d744d229f Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 24 四月 2026 19:14:29 +0800
Subject: [PATCH] 262 幻境阁 头像和形象底图从国家改品质,如果没找到底图默认白底
---
Main/System/PhantasmPavilion/AvatarHelper.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/PhantasmPavilion/AvatarHelper.cs b/Main/System/PhantasmPavilion/AvatarHelper.cs
index b2c7411..bd9d8d9 100644
--- a/Main/System/PhantasmPavilion/AvatarHelper.cs
+++ b/Main/System/PhantasmPavilion/AvatarHelper.cs
@@ -78,7 +78,7 @@
public static int GetAvatarBgColor(int faceID)
{
- int defaultColor = 1;
+ int defaultColor = 0;
if (!PlayerFaceConfig.HasKey(faceID))
return defaultColor;
return PlayerFaceConfig.Get(faceID).BgColor;
--
Gitblit v1.8.0