Skip to content

Commit 63beb28

Browse files
authored
raidboss: fix St. Mocianne Hard Landslip (OverlayPlugin#913)
Typo found during OverlayPlugin#912
1 parent d8ff133 commit 63beb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/raidboss/data/04-sb/dungeon/st_mocianne_hard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const triggerSet: TriggerSet<Data> = {
108108
{
109109
id: 'St Mocianne Hard Landslip',
110110
type: 'StartsUsing',
111-
netRegex: { id: '3132', source: 'Silt Golem' },
111+
netRegex: { id: '3132', source: 'Lakhamu' },
112112
delaySeconds: (_data, matches) => parseFloat(matches.castTime) - 6,
113113
infoText: (_data, _matches, output) => output.text!(),
114114
outputStrings: {

0 commit comments

Comments
 (0)