version 1.10 | | version 1.11 |
---|
| | |
# We still support the old consolidated treasure information | | # We still support the old consolidated treasure information |
# so copy it over. | | # so copy it over. |
open(TREASURES,">".$treasures) || &die("cannot open ".$treasures); | | open(TREASURES,">".$treasures) || &die("cannot open ".$treasures); |
print TREASURES " | | print TREASURES "# |
# Do not modify this file - any changes will get overwritten. | | # Do not modify this file - any changes will get overwritten. |
# instead, modify the treasures file or the .trs file in the | | # instead, modify the treasures file or the .trs file in the |
# arch directory.\n | | # arch directory.\n# |
"; | | "; |
| | |
open(TR, "<treasures"); | | open(TR, "<treasures"); |