From b730fa4481db773f62c6caf381db881deeb178c5 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 26 Jan 2021 19:46:39 -0500 Subject: [PATCH] Fix build --- Source/Game/Loot/LootManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Game/Loot/LootManager.cs b/Source/Game/Loot/LootManager.cs index 3d565e84d..b449129ae 100644 --- a/Source/Game/Loot/LootManager.cs +++ b/Source/Game/Loot/LootManager.cs @@ -188,7 +188,7 @@ namespace Game.Loots if (count != 0) Log.outInfo(LogFilter.ServerLoading, "Loaded {0} gameobject loot templates in {1} ms", count, Time.GetMSTimeDiffToNow(oldMSTime)); else - Log.outoutInfoError(LogFilter.ServerLoading, "Loaded 0 gameobject loot templates. DB table `gameobject_loot_template` is empty"); + Log.outInfo(LogFilter.ServerLoading, "Loaded 0 gameobject loot templates. DB table `gameobject_loot_template` is empty"); } public static void LoadLootTemplates_Item()