diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-24 14:09:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-24 14:09:53 +0300 |
commit | bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9 (patch) | |
tree | 797e74838daa1d4d268f28b9c37f533b9be8595a /src/Makefile.am | |
parent | ca0677235f97d64bf6acc20d40e942c5add21698 (diff) | |
download | evol-hercules-bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9.tar.gz evol-hercules-bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9.tar.bz2 evol-hercules-bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9.tar.xz evol-hercules-bb1a3ca33a9e72c6a4cf2c97abf5a721a6ed87a9.zip |
On each success skill invoke call event OnSkillInvoke.
Alos set variables @skillId and @skillLv to skill id and skill level.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4fcbfc1..991f39d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,6 +52,8 @@ MAP_SRC = map/clif.c \ map/scriptdefines.h \ map/send.c \ map/send.h \ + map/skill.c \ + map/skill.h \ map/status.c \ map/status.h \ map/unit.c \ |