The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL// For more information, see LICENCE in the main folder#ifndef _QUEST_H_#define _QUEST_H_/*questlog system*/structquest;intinter_quest_parse_frommap(intfd);intmapif_quest_delete(intchar_id,intquest_id);intmapif_quest_add(intchar_id,structquestqd);intmapif_quest_update(intchar_id,structquestqd);#endif