Lumby Organ cutscene getSpawnLocation set to perfered location

Draynor Telescope cutscene getSpawnLocation set to perfered location
This commit is contained in:
Tooze 2026-02-14 15:19:27 -05:00
parent 33f84c5f9d
commit be0aa7a868
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ public final class DraynorNodePlugin extends OptionHandler {
@Override
public Location getSpawnLocation() {
return null;
return Location.create(3089, 3252, 1);
}
@Override

View file

@ -78,7 +78,7 @@ public final class OrganCutScene extends CutscenePlugin {
@Override
public Location getSpawnLocation() {
return null;
return Location.create(3242, 3214, 0);
}
@Override