diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/shovel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index ed1f464c5..7a18fa411 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -535,7 +535,7 @@ function script shovel_genranddungeon { // Success if (checkcell(.@m$, .@x, .@y, cell_chkpass)) { shovel_addquest(.@m$, .@x, .@y, "shovel_randomdungeon"); - ShovelQuests_DungeonMAP$=shovel_getcity(.@m$); + ShovelQuests_DungeonMAP$=.@m$; ShovelQuests_DungeonX=.@x; ShovelQuests_DungeonY=.@y; } |