From 1a51dffdc19b5fd44eafdf443dc8e10e87c8aa8c Mon Sep 17 00:00:00 2001 From: Bryce Allen Date: Sun, 30 Aug 2015 09:12:29 -0500 Subject: [PATCH] fix armor query --- mhapi/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhapi/db.py b/mhapi/db.py index 85e6148..7701306 100644 --- a/mhapi/db.py +++ b/mhapi/db.py @@ -438,7 +438,7 @@ class MHDB(object): placeholders = ", ".join(["?"] * len(skill_tree_ids)) args += [hunter_type] return self._query_all("decorations", """ - SELECT items._id, item.type, items.name, item.rariry, items.buy, + SELECT items._id, items.type, items.name, items.rarity, items.buy, armor.* FROM item_to_skill_tree LEFT JOIN items