--- deliantra/server/ext/quest_master.ext 2010/05/04 21:45:42 1.8 +++ deliantra/server/ext/quest_master.ext 2017/01/29 02:47:04 1.9 @@ -95,7 +95,7 @@ } } - if ($cmd eq 'finished') { + if ($cmd eq 'finished') { $who->reply ($npc, "You finished these quests: "); for (@finished) { $who->reply ($npc, "- \"$_->{name}\""); @@ -137,7 +137,7 @@ $who->reply ($npc, "I know spoilers for these quests:"); for my $q (@QUESTS) { next unless $q->{spoiler}; - $who->reply ($npc, "- \"$q->{name}\", cost: " + $who->reply ($npc, "- \"$q->{name}\", cost: " . cf::cost_string_from_value ($q->{spoiler_cost})); }