diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-11 17:29:32 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-11 17:29:32 +0100 |
| commit | 32de6423fccc69d7aa66fa17e8fcfc1313f1ab54 (patch) | |
| tree | 5594ac37ffb244bd15e4a0de6b8955eeab2c14ca | |
| parent | 26a2ff67e8d3f0aed112d495a93ffbe3556594e9 (diff) | |
| download | orm-32de6423fccc69d7aa66fa17e8fcfc1313f1ab54.tar.gz orm-32de6423fccc69d7aa66fa17e8fcfc1313f1ab54.zip | |
add more 2.10 mappings
| -rw-r--r-- | mappings_source.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mappings_source.js b/mappings_source.js index 1d6c2c0..0112843 100644 --- a/mappings_source.js +++ b/mappings_source.js @@ -625,5 +625,8 @@ module.exports = { "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" + "Buff_Item_Spellfire_Damage": "Spellfire", + "Buff_Lorelai_FishFoodDamagePerSecond": "Lorelei A", + "Buff_Lorelai_FishFoodDelay": "Lorelei A", + "Buff_Reza_C_DamagePostTeleport": "Reza C" } |
