summaryrefslogtreecommitdiff
path: root/src/wizard2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.c')
-rw-r--r--src/wizard2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard2.c b/src/wizard2.c
index 6f691171..36efa148 100644
--- a/src/wizard2.c
+++ b/src/wizard2.c
@@ -1799,7 +1799,7 @@ void do_cmd_debug(void)
{
quest[command_arg].status = QUEST_STATUS_TAKEN;
*(quest[command_arg].plot) = command_arg;
- if (quest[command_arg].type == HOOK_TYPE_C) quest[command_arg].init(command_arg);
+ quest[command_arg].init(command_arg);
break;
}
break;