summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.h
blob: bfd10f2044c6ab608d288ae9a9e0bdc93eb2d303 (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_CONST
#define EVOL_MAP_SKILL_CONST

enum
{
    EVOL_MASS_PROVOKE = 20000,
    EVOL_PHYSICAL_SHIELD,
};

void eskill_addskill_conststants(void);

#endif  // EVOL_MAP_SKILL_CONST