From 485db99b5c51a971c173664cf6e808dc8424b0a0 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 17 十月 2025 17:19:51 +0800
Subject: [PATCH] 136 子 【挑战】战锤秘境 / 【挑战】战锤秘境-客户端 移除错误接入
---
Main/System/HeroUI/GiftBaseCell.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Main/System/HeroUI/GiftBaseCell.cs b/Main/System/HeroUI/GiftBaseCell.cs
index 2e6eee9..cf7b6cc 100644
--- a/Main/System/HeroUI/GiftBaseCell.cs
+++ b/Main/System/HeroUI/GiftBaseCell.cs
@@ -220,23 +220,23 @@
{
if (quality == 1)
{
- //1D0029
- return new Color32(29, 0, 41, 128);
+ //692088
+ return new Color32(105, 32, 136, 128);
}
else if (quality == 2)
{
- //372300
- return new Color32(55, 35, 0, 128);
+ //886220
+ return new Color32(136, 98, 32, 128);
}
else if (quality == 3)
{
- //3A1800
- return new Color32(58, 24, 0, 128);
+ //884a20
+ return new Color32(136, 74, 32, 128);
}
else if (quality == 4)
{
- //3A0000
- return new Color32(58, 0, 0, 128);
+ //882020
+ return new Color32(136, 32, 32, 128);
}
return new Color32(0, 0, 0, 128);
}
--
Gitblit v1.8.0