diff options
Diffstat (limited to 'npc/magic/transmigration.txt')
-rw-r--r-- | npc/magic/transmigration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index bcf4ec987..f39d43c17 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -98,7 +98,7 @@ OnCall: l("Silver Ore -> Copper Ore"), CopperOre, l("Copper Ore -> Iron Ore"), IronOre, l("Iron Ore -> Coal"), Coal, - l("Cancel"); + l("Cancel"), 0; break; default: Exception("ERROR, INVALID TRANSMIGRATION OPTION", RB_DEFAULT|RB_SPEECH); @menuret=0; break; |