fix: 勇士图像

This commit is contained in:
unanmed 2024-10-03 20:19:45 +08:00
parent 0b734762b0
commit 22c83a39c5

View File

@ -225,6 +225,7 @@ export function init() {
events.prototype.setHeroIcon = function (name: ImageIds) {
const img = core.material.images.images[name];
if (!img) return;
core.status.hero.image = name;
adapters['hero-adapter']?.sync('setImage', img);
};