diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | data/items.yml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b0462..82d43ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Items +- Apprentice wand can now be equipped in mainhand or offhand. + ### Fixed - Results and chat areas sometimes didn't scroll to bottom when they should. This was caused by large result outputs being larger than the scroll tolerance. 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" |