blob: bfd10f2044c6ab608d288ae9a9e0bdc93eb2d303 (
plain) (
tree)
|
|
// 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
|