diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-11 18:14:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-10-11 18:14:42 +0200 |
| commit | 1d5762376b69d14a96d55f9372e07b32422426b6 (patch) | |
| tree | 41abfb00869f9f8d0d60a63ce2f08f72e350d170 | |
| parent | 6e3fe89f9c02cfa3ddf9ca79ce543f6881289b5e (diff) | |
| download | orm-1d5762376b69d14a96d55f9372e07b32422426b6.tar.gz orm-1d5762376b69d14a96d55f9372e07b32422426b6.zip | |
more Spellfire & Dragon's Eye mappings
| -rw-r--r-- | mappings_source.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mappings_source.js b/mappings_source.js index c3466c6..83e2111 100644 --- a/mappings_source.js +++ b/mappings_source.js @@ -616,5 +616,7 @@ module.exports = { "Ability__Churnwalker__C": "Churnwalker C", "Buff_Churnwalker_ChainTether": "Churnwalker perk", "*Item_DragonsEye*": "Dragon's Eye", - "*Item_Spellfire*": "Spellfire" + "DragonsEye": "Dragon's Eye", + "*Item_Spellfire*": "Spellfire", + "Spellfire": "Spellfire" } |
