Skip to content

Commit d5bc586

Browse files
fix: Update farmrunnerupdate.simba
Fix quetzal teleport item
1 parent fac9e81 commit d5bc586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional/handlers/farmrunnerupdate.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ begin
26932693
end;
26942694
ETravelMethod.QUETZAL_TELEPORT:
26952695
begin
2696-
items := (['Basic quetzal whistle', 'Enhanced quetzal whistle', 'Perfected Basic quetzal whistle']);
2696+
items := (['Basic quetzal whistle', 'Enhanced quetzal whistle', 'Perfected quetzal whistle']);
26972697
for item in items do
26982698
wait(250,500);
26992699
if Inventory.ContainsItem(item) then

0 commit comments

Comments
 (0)