roominfo
master
let gc = cs.user.guildcard;
let name = &cs.character.name;
let cc = cs.character.char_class;
let leveltable = CharacterLevelTable::default();
wow is it really necessary to construct this here? out of scope for this pr but this should probably be some sort of global const
7219481aa2
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
let gc = cs.user.guildcard;
let name = &cs.character.name;
let cc = cs.character.char_class;
let leveltable = CharacterLevelTable::default();
wow is it really necessary to construct this here? out of scope for this pr but this should probably be some sort of global const
7219481aa2
.