Skip to content

Commit

Permalink
New Runes
Browse files Browse the repository at this point in the history
New Runes and Method Added
  • Loading branch information
cooye committed Nov 30, 2023
1 parent ace8b07 commit 84de41b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rune-drop-eff-all/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
}
}
break;
case 'UpgradeRune': {
case 'upgradeRune_v2': {

if (config.Config.Plugins[this.pluginName].showAllUpgrades) {
runesInfo.push(this.logRuneDrop(resp.rune,config));
Expand Down Expand Up @@ -367,6 +367,8 @@ module.exports = {
21: 'Enhance',
22: 'Accuracy',
23: 'Tolerance',
24: 'Seal',
25: 'Intangible',
99: 'Immemorial'
},
class: {
Expand Down

0 comments on commit 84de41b

Please sign in to comment.