This commit is contained in:
2025-01-03 21:50:16 +01:00
parent e843213b0a
commit 0b4420f956
5 changed files with 14 additions and 25 deletions

View File

@ -14,7 +14,7 @@ export default class SpriteListEvent extends BaseEvent {
if (!(await this.isCharacterGM())) return
// get all sprites
const sprites = await SpriteRepository.getAll()
const sprites = await SpriteRepository.getAll(['*'])
callback(sprites)
}
}