diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-01 15:24:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-01 17:23:19 +0300 |
commit | fb398fe6dcc8ba797e133df3db3dcdfa1df9042b (patch) | |
tree | 89ba9d9cdbb9ad6e122c2984ad75ffbf53a8082a /src/emap/skill_const.h | |
parent | 8340001e7b3adb04d91a08c0372f058a4edfdf39 (diff) | |
download | plugin-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.gz plugin-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.bz2 plugin-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.tar.xz plugin-fb398fe6dcc8ba797e133df3db3dcdfa1df9042b.zip |
Add files for skill constants and ground skills handlers.
For now add one ground skill EVOL_MASSPROVOKE.
Diffstat (limited to 'src/emap/skill_const.h')
-rw-r--r-- | src/emap/skill_const.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/emap/skill_const.h b/src/emap/skill_const.h new file mode 100644 index 0000000..11076e8 --- /dev/null +++ b/src/emap/skill_const.h @@ -0,0 +1,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 |