From 6ec947a8fc5b4aeb6ee54948b9b1a9ced583f8ba Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 9 Apr 2012 16:24:03 +0200 Subject: Lua: Remove quest_type "type" field. --- src/wizard2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wizard2.c') 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; -- cgit v1.2.3