chat commands: add ape atoll agility to longBossName

This commit is contained in:
Broooklyn
2020-07-09 13:15:49 -04:00
committed by Adam
parent d6302702a9
commit ed5868b526

View File

@@ -1696,6 +1696,11 @@ public class ChatCommandsPlugin extends Plugin
case "hs 5":
return "Hallowed Sepulchre Floor 5";
// Ape Atoll Agility
case "aa":
case "ape atoll":
return "Ape Atoll Agility";
default:
return WordUtils.capitalize(boss);
}