Fixed typos in Lokar Searunner dialogue
This commit is contained in:
@@ -21,7 +21,7 @@ import static core.api.ContentAPIKt.hasRequirement;
|
|||||||
public class LokarSearunnerDialogue extends DialoguePlugin {
|
public class LokarSearunnerDialogue extends DialoguePlugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The location of relekka.
|
* The location of Rellekka.
|
||||||
*/
|
*/
|
||||||
private static final Location RELEKKA = new Location(2621, 3687, 0);
|
private static final Location RELEKKA = new Location(2621, 3687, 0);
|
||||||
|
|
||||||
@@ -59,10 +59,10 @@ public class LokarSearunnerDialogue extends DialoguePlugin {
|
|||||||
npc = (NPC) args[0];
|
npc = (NPC) args[0];
|
||||||
switch (npc.getId()) {
|
switch (npc.getId()) {
|
||||||
case 4536:
|
case 4536:
|
||||||
npc("Hi, would you like to take a boat trip to relekka?");
|
npc("Hi, would you like to take a boat trip to Rellekka?");
|
||||||
break;
|
break;
|
||||||
case 4537:
|
case 4537:
|
||||||
npc("Hi, would you like to take a boat trip to pirate's cove?");
|
npc("Hi, would you like to take a boat trip to Pirates' Cove?");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user