blob: 6ed4b194a1ac24621f70ab27f84b81009ed0d1f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_SKILL_GROUND
#define EVOL_MAP_SKILL_GROUND
bool eskill_massprovoke_castend(struct block_list* src,
int *x,
int *y,
uint16 *skill_id,
uint16 *skill_lv,
int64 *tick,
int *flag);
#endif // EVOL_MAP_SKILL_GROUND
|