summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-03 20:02:01 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-03 20:02:01 +0000
commit87689fc8de53744d07fed292831e7b93eb24ed51 (patch)
tree5fd5a5c2d4708691e9cd7a0fcbc354bf86ef9eda /src/map/clif.c
parentddc62c278c2b30250ef21c9888cbb22fe59573c2 (diff)
downloadhercules-87689fc8de53744d07fed292831e7b93eb24ed51.tar.gz
hercules-87689fc8de53744d07fed292831e7b93eb24ed51.tar.bz2
hercules-87689fc8de53744d07fed292831e7b93eb24ed51.tar.xz
hercules-87689fc8de53744d07fed292831e7b93eb24ed51.zip
* Replaced some literals with enum values.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16074 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index bf97046f2..edabcd756 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -15860,7 +15860,7 @@ int clif_autoshadowspell_list(struct map_session_data *sd) {
sd->menuskill_val = c;
} else {
status_change_end(&sd->bl,SC_STOP,-1);
- clif_skill_fail(sd,SC_AUTOSHADOWSPELL,0x15,0);
+ clif_skill_fail(sd,SC_AUTOSHADOWSPELL,USESKILL_FAIL_IMITATION_SKILL_NONE,0);
}
return 1;