|
|
@ -13,7 +13,7 @@ use entity::account::{NewUserAccountEntity, NewUserSettingsEntity}; |
|
|
|
use entity::character::NewCharacterEntity;
|
|
|
|
use entity::item::{NewItemEntity, ItemDetail, InventoryItemEntity};
|
|
|
|
use entity::item;
|
|
|
|
use drops::{DropTable, StandardDropTable};
|
|
|
|
use drops::StandardDropTable;
|
|
|
|
|
|
|
|
fn setup_logger() {
|
|
|
|
let colors = fern::colors::ColoredLevelConfig::new()
|
|
|
|