blob: d6927b9942552a07082307f22e552747002a73fb (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_MAP_SKILL
#define EVOL_MAP_SKILL
int eskill_check_condition_castend_post(int retVal,
struct map_session_data* sd,
uint16 *skill_id,
uint16 *skill_lv);
#endif // EVOL_MAP_SKILL
|