Bug - Fixed Unknown Adventure #385 at the zeppelin

AlbinoRhino

Active member
So, I decided to adventure at the zeppelin without a ticket. Each time I adventure I am getting the warning page which says:

PHP:
You are about to adventure in the Red Zeppelin, but do not have a Zeppelin Ticket, which can be bought at the Black Market. If you are sure you want to do this, click on the image to proceed.

When I click on the image, the following gets printed to the cli:

PHP:
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1
Unknown Adventure #385 = adventure.php?snarfblat=385&confirm23=on&checked=1

Yes, it does print 6 times. I am not sure what this means. Anyone have a clue ?
 

lostcalpolydude

Developer
Staff member
The "checked=1" part of the URL wasn't supposed to be there. I expect it was copy-pasted from the seal fight warning where it is needed.
 

lostcalpolydude

Developer
Staff member
The zeppelin warning has done this since it was added late last year. The other warnings were also added with the same issue.

Hardly anyone would choose to ignore the warning and continue adventuring. Out of those that choose to ignore it (in this case spending 5k on a zeppelin pass), the issue would go unnoticed unless that person also watches the CLI or looks at other logging and notices something weird.
 
Top