diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-22 19:37:58 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-22 19:37:58 +0200 |
| commit | d687c974122ca8ac539b95f63fd2b5a4eb9f6567 (patch) | |
| tree | 2e8b8137133d8f2795c56c8d0e01ff2a0f547905 | |
| parent | f8988b1098294943422388f41d4334a1db61c3f0 (diff) | |
| download | orm-d687c974122ca8ac539b95f63fd2b5a4eb9f6567.tar.gz orm-d687c974122ca8ac539b95f63fd2b5a4eb9f6567.zip | |
add missing mappings for Flask/Spellsword
| -rw-r--r-- | mappings_source.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mappings_source.js b/mappings_source.js index 3d8ea4e..5bfc7a8 100644 --- a/mappings_source.js +++ b/mappings_source.js @@ -473,6 +473,9 @@ module.exports = { "*1007_Item_CandyShop_VOTaunt*": "Voice over Taunt", "*Item_HalcyonPotion*": "Halcyon Potion", "*Item_HealingFlask*": "Healing Flask", + "Healing Flask": "Healing Flask", + "Halcyon Rapier": "Spellsword", + "Spellsword": "Spellsword", "*Item_Spellsword*": "Spellsword", "*Item_WeaponBlade*": "Weapon Blade", "*Item_CrystalBit*": "Crystal Bit", |
