Better monster images (no image not found anymore) + use cache

This commit is contained in:
slawkens
2025-05-05 21:21:54 +02:00
parent 497338c2d6
commit 73a5829974
4 changed files with 76 additions and 40 deletions

View File

@@ -74,7 +74,3 @@ function fieldExist($field, $table)
global $db;
return $db->hasColumn($table, $field);
}
function getCreatureImgPath($creature): string {
return getMonsterImgPath($creature);
}