blob: 11076e869d41447abe0b97fcd885d4fa8e592ff7 (
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_MASSPROVOKE = 10016
};
void eskill_addskill_conststants(void);
#endif // EVOL_MAP_SKILL_CONST
|