Skip to content

Commit

Permalink
Properly parse mana cost item attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarzaa90 committed Aug 18, 2021
1 parent 6b0b5fd commit ddc6e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibiawikisql/models/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class ItemAttribute(abc.Row, table=schema.ItemAttribute):
"range": "range",
"damage_type": "damagetype",
"damage_range": "damagerange",
"mana": "mana",
"mana_cost": "manacost",
"magic_level": "mlrequired",
"words": "words",
"critical_chance": "crithit_ch",
Expand Down

0 comments on commit ddc6e15

Please sign in to comment.