roominfo #112
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "roominfo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -132,0 +145,4 @@
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