chat commands: add ape atoll agility to longBossName
This commit is contained in:
@@ -1696,6 +1696,11 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
case "hs 5":
|
case "hs 5":
|
||||||
return "Hallowed Sepulchre Floor 5";
|
return "Hallowed Sepulchre Floor 5";
|
||||||
|
|
||||||
|
// Ape Atoll Agility
|
||||||
|
case "aa":
|
||||||
|
case "ape atoll":
|
||||||
|
return "Ape Atoll Agility";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return WordUtils.capitalize(boss);
|
return WordUtils.capitalize(boss);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user