diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua index 588d23d552..cb931f866f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua @@ -276,6 +276,7 @@ function GuildMainCityPanel:OnShow() CheckRedPointStatus(RedPointType.Guild_AidBox) CheckRedPointStatus(RedPointType.Guild_AidGuild) CheckRedPointStatus(RedPointType.Guild_AidMy) + CheckRedPointStatus(RedPointType.Guild_Transcript) if not PlayerManager.familyId or PlayerManager.familyId == 0 then this:ClosePanel() Log(Language[10405])