diff options
author | David Gay <david@davidgay.org> | 2021-06-23 20:34:02 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-23 20:34:02 -0400 |
commit | 619647bc749049a6717b8e6d4b7f99b5b6c6fd9d (patch) | |
tree | d71b82e9e002a7ee5a71fbf7fda6a91497a79d7f /data | |
parent | c32b8415d06776a336b17dabea142fa03ec8b8fd (diff) |
[data] Allow apprentice wand to be equipped in offhand, too
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml index 3c07863..59ce7ce 100644 --- a/data/items.yml +++ b/data/items.yml @@ -919,6 +919,7 @@ apprentice_wand: - "focus" equip_slots: - "mainhand" + - "offhand" equip_effects: - type: "stat_change" gid: "havencast_speed" |