From f40326fde7146b218936dbde479632afd95d8206 Mon Sep 17 00:00:00 2001 From: goat Date: Sun, 23 Feb 2020 22:33:31 +0900 Subject: [PATCH] fix: duty roulette stuff --- Dalamud/Game/Network/NetworkHandlers.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dalamud/Game/Network/NetworkHandlers.cs b/Dalamud/Game/Network/NetworkHandlers.cs index b5b073075..46dd613a9 100644 --- a/Dalamud/Game/Network/NetworkHandlers.cs +++ b/Dalamud/Game/Network/NetworkHandlers.cs @@ -59,6 +59,11 @@ namespace Dalamud.Game.Network { return; } + if (string.IsNullOrEmpty(contentFinderCondition.Name)) { + contentFinderCondition.Name = "Duty Roulette"; + contentFinderCondition.Image = 112324; + } + Task.Run(async () => { this.dalamud.Framework.Gui.Chat.Print($"Duty pop: " + contentFinderCondition.Name);