summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorIbrahem Zidan <brahem@aotsw.com>2020-05-04 11:10:05 +0200
committerGitHub <noreply@github.com>2020-05-04 11:10:05 +0200
commit1a8c4d6f6cace95cbc0520d7e49c36e18cf404bd (patch)
tree331e4732cd2988b81c24c085d1464cb7faa04b5d /src/map/skill.h
parent292b9c9444b2dd59e06689ded9bdebc10242a641 (diff)
parent8a0a5d23f44ebb603fcd3bfc93089fc0d5f5d63c (diff)
downloadhercules-1a8c4d6f6cace95cbc0520d7e49c36e18cf404bd.tar.gz
hercules-1a8c4d6f6cace95cbc0520d7e49c36e18cf404bd.tar.bz2
hercules-1a8c4d6f6cace95cbc0520d7e49c36e18cf404bd.tar.xz
hercules-1a8c4d6f6cace95cbc0520d7e49c36e18cf404bd.zip
Merge pull request #2710 from MishimaHaruna/fix-skill-idx
Fix skill idx
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 65195dc75..4dbbaf147 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -2200,6 +2200,7 @@ struct skill_interface {
int (*splash_target) (struct block_list* bl);
int (*check_npc_chaospanic) (struct block_list *bl, va_list args);
int (*count_wos) (struct block_list *bl, va_list ap);
+ int (*get_linked_song_dance_id) (int skill_id);
};
#ifdef HERCULES_CORE