blob: 87a3566e86deb30c9b06ad69aa6f813e366494e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_SKILL
#define EVOL_MAP_SKILL
int eskill_check_condition_castend_post(int retVal,
TBL_PC* sd,
uint16 *skill_id,
uint16 *skill_lv);
#endif // EVOL_MAP_SKILL
|