new db with spell description 🗃️
continuous-integration/drone/push Build is passing Details

fixHTML
Nicolas FRANCO 2 years ago
parent 24604e5ea0
commit 0965457207

Binary file not shown.

@ -36,6 +36,11 @@ class _HomeState extends State<Home> {
spells = await data.loadSpells();
}
this.spells_list.spells = spells;
// Stub data: to be removed
var stubSet = SpellSet("stubSet");
stubSet.spells = spells_list.spells.sublist(0, 40);
AccountManager().characters[0].sets.add(stubSet);
}
/*

Loading…
Cancel
Save