diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-11 17:26:53 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-11 17:26:53 +0100 |
| commit | 26a2ff67e8d3f0aed112d495a93ffbe3556594e9 (patch) | |
| tree | a611b8ef3fea20e67ecc796effb09930e99a3c63 | |
| parent | 1110e15450e3949782f2ae5344c080cbe701886b (diff) | |
| download | orm-26a2ff67e8d3f0aed112d495a93ffbe3556594e9.tar.gz orm-26a2ff67e8d3f0aed112d495a93ffbe3556594e9.zip | |
add a few 2.10 mappings
| -rw-r--r-- | mappings_source.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mappings_source.js b/mappings_source.js index 7a2413f..1d6c2c0 100644 --- a/mappings_source.js +++ b/mappings_source.js @@ -620,5 +620,10 @@ module.exports = { "*Item_Spellfire*": "Spellfire", "Spellfire": "Spellfire", "Ability__FortressMinion__CritAttack": "Fortress AA", - "*Lorelei*": "Lorelei" + "*Lorelei*": "Lorelei", + "HERO_ABILITY_LORELAI_A_NAME": "Lorelei A", + "HERO_ABILITY_LORELAI_B_NAME": "Lorelei B", + "HERO_ABILITY_LORELAI_C_NAME": "Lorelei C", + "Buff_Item_StormguardBanner_Damage": "Stormguard Banner", + "Buff_Item_Spellfire_Damage": "Spellfire" } |
