Skip to content

Commit

Permalink
fix the misspell "glv" instead "gzv" for flawless amethyst (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
mf022 authored and MikeKGilmore committed Apr 14, 2019
1 parent c7f357e commit 9365873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2bs/kolbot/libs/common/Misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ var Misc = {
return false;
}

if (!Config.LogHighGems && ["glv", "gly", "glb", "glg", "glr", "glw", "skl", "gpv", "gpy", "gpb", "gpg", "gpr", "gpw", "skz"].indexOf(unit.code) > -1) {
if (!Config.LogHighGems && ["gzv", "gly", "glb", "glg", "glr", "glw", "skl", "gpv", "gpy", "gpb", "gpg", "gpr", "gpw", "skz"].indexOf(unit.code) > -1) {
return false;
}

Expand Down

0 comments on commit 9365873

Please sign in to comment.