hardcoded sdk, new en keys

This commit is contained in:
raphaeIl
2025-05-27 12:50:00 -04:00
parent dd9c93b5b4
commit 289a4d661d
5 changed files with 136 additions and 64 deletions

View File

@@ -47,7 +47,7 @@ namespace Novaria.GameServer.Services
this.LoadCommonBin<T>(bytesFilePath); // after this, loaded table will be in the cache
logger.LogDebug("{Excel} loaded and cached", type.Name);
Log.Information("{Excel} Table loaded and cached", type.Name);
return caches[currentTableTypeCache];
}