summaryrefslogtreecommitdiff
path: root/src/map/quest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/quest.c')
-rw-r--r--src/map/quest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/quest.c b/src/map/quest.c
index 6c4ef7b14..e3020cc3f 100644
--- a/src/map/quest.c
+++ b/src/map/quest.c
@@ -204,8 +204,8 @@ void quest_update_objective(TBL_PC * sd, int mob)
sd->quest_log[i].count[j]++;
// Should figure out the real packet.
- clif_send_quest_delete(sd, sd->quest_log[i].quest_id);
- clif_send_quest_info(sd, &sd->quest_log[i]);
+ //clif_send_quest_delete(sd, sd->quest_log[i].quest_id);
+ //clif_send_quest_info(sd, &sd->quest_log[i]);
//break;
}
}