dd
This commit is contained in:
@@ -52,9 +52,9 @@ export class HeroCard extends ecs.Entity {
|
||||
break;
|
||||
case 3:
|
||||
default:
|
||||
path = "game/heros/hero_card";
|
||||
url = "game/heros/heros";
|
||||
({ path: pathName, name, level } = smc.heros[uuid]);
|
||||
path = "game/heros/item_card";
|
||||
url = "game/heros/skill";
|
||||
({ path: pathName, name, level } = smc.skills[uuid]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user