Skip to content

Commit ddc6e15

Browse files
committed
Properly parse mana cost item attribute
1 parent 6b0b5fd commit ddc6e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tibiawikisql/models/item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ class ItemAttribute(abc.Row, table=schema.ItemAttribute):
571571
"range": "range",
572572
"damage_type": "damagetype",
573573
"damage_range": "damagerange",
574-
"mana": "mana",
574+
"mana_cost": "manacost",
575575
"magic_level": "mlrequired",
576576
"words": "words",
577577
"critical_chance": "crithit_ch",

0 commit comments

Comments
 (0)