Improved error logging.

This commit is contained in:
2023-05-12 08:15:25 -04:00
parent fafd77c661
commit 7f086fb850
+1 -1
View File
@@ -256,7 +256,7 @@ public class NPC extends AbstractCharacter {
try{
initializeNPC();
}catch(Exception e){
Logger.error( e.toString());
Logger.error("NPC: " + this.dbID + " :" + e);
}
}