remove old code

This commit is contained in:
Mikhail
2024-08-25 13:22:43 -04:00
parent 7a09c5960e
commit d5ae01af40
47 changed files with 160 additions and 1034 deletions

View File

@@ -1,6 +1,5 @@
using EpinelPS.Database;
using EpinelPS.StaticInfo;
using Swan.Logging;
namespace EpinelPS.Utils
{
@@ -87,7 +86,7 @@ namespace EpinelPS.Utils
case "Module_D":
return 3;
default:
Logger.Warn("Unknown item subtype: " + subType);
Console.WriteLine("Unknown item subtype: " + subType);
break;
}
break;
@@ -126,7 +125,7 @@ namespace EpinelPS.Utils
foreach (var c in reward.Character)
{
Logger.Warn("MergeRewards - TODO Character");
Console.WriteLine("MergeRewards - TODO Character");
}
}