blob: 762bffb4a83b0c5556d5f4c7bfb7656aff1c92dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_SKILL_CONST
#define EVOL_MAP_SKILL_CONST
enum
{
EVOL_MASS_PROVOKE = 20000
};
void eskill_addskill_conststants(void);
#endif // EVOL_MAP_SKILL_CONST
|