Skip to content

Commit

Permalink
Add LuteA and LuteB as nicknames for Lute of Ages and Basic Lute
Browse files Browse the repository at this point in the history
  • Loading branch information
digero committed Jun 29, 2015
1 parent f4e105e commit c7e7ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/digero/common/abc/LotroInstrument.java
Expand Up @@ -129,8 +129,8 @@ public static LotroInstrument findInstrumentName(String str, LotroInstrument def
{
if (instrumentNicknames.size() == 0)
{
addNicknames(LotroInstrument.BASIC_LUTE, "Basic Lute", "New Lute", "Banjo");
addNicknames(LotroInstrument.LUTE_OF_AGES, "Lute of Ages", "Age Lute", "Guitar");
addNicknames(LotroInstrument.BASIC_LUTE, "Basic Lute", "New Lute", "LuteB", "Banjo");
addNicknames(LotroInstrument.LUTE_OF_AGES, "Lute of Ages", "Age Lute", "LuteA", "Guitar");
addNicknames(LotroInstrument.DEFAULT_LUTE, "Lute");
addNicknames(LotroInstrument.MISTY_MOUNTAIN_HARP, "Misty Mountain Harp", "Misty Harp", "MM Harp");
addNicknames(LotroInstrument.HARP, "Basic Harp");
Expand Down

0 comments on commit c7e7ea4

Please sign in to comment.