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 _CHAR_INT_ELEMENTAL_H_#define _CHAR_INT_ELEMENTAL_H_structs_elemental;voidinter_elemental_sql_init(void);voidinter_elemental_sql_final(void);intinter_elemental_parse_frommap(intfd);boolmapif_elemental_delete(intele_id);#endif /* _CHAR_INT_ELEMENTAL_H_ */