From e3993d5eb974ab13d256f1cce946ec1e055192c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Mar 2016 20:00:21 +0300 Subject: Add new logging types. --- src/map/quest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/quest.c') diff --git a/src/map/quest.c b/src/map/quest.c index bf0a76b16..79328ae9d 100644 --- a/src/map/quest.c +++ b/src/map/quest.c @@ -316,7 +316,7 @@ void quest_update_objective(struct map_session_data *sd, int mob_id) item.nameid = dropitem->nameid; item.identify = itemdb->isidentified2(data); item.amount = 1; - if((temp = pc->additem(sd, &item, 1, LOG_TYPE_OTHER)) != 0) { // TODO: We might want a new log type here? + if((temp = pc->additem(sd, &item, 1, LOG_TYPE_QUEST)) != 0) { // TODO: We might want a new log type here? // Failed to obtain the item clif->additem(sd, 0, 0, temp); } -- cgit v1.2.3-70-g09d2