added portals, quest tracking, discord monitor etc etc
This commit is contained in:
parent
72de9b0f7f
commit
dffd295091
312 changed files with 4130 additions and 7 deletions
|
|
@ -1805,6 +1805,7 @@ async def search_items(
|
|||
i.structure,
|
||||
i.max_structure,
|
||||
i.rare_id,
|
||||
i.timestamp as last_updated,
|
||||
COALESCE(cs.max_damage, -1) as max_damage,
|
||||
COALESCE(cs.armor_level, -1) as armor_level,
|
||||
COALESCE(cs.attack_bonus, -1.0) as attack_bonus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue