Skip to content

Commit

Permalink
Update treasuredigging.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Nov 19, 2023
1 parent c9ec268 commit a332236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/js/item/maps/treasuredigging.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ function TreasureChest( pUser, iUsed, mapLevel )
var chest = "";
switch( mapLevel )
{
case 0: chest = "treasurechestlevel0"; break;
case 1: chest = "treasurechestlevel1"; break;
case 2: chest = "treasurechestlevel2"; break;
case 3: chest = "treasurechestlevel3"; break;
Expand Down

0 comments on commit a332236

Please sign in to comment.