diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 17:42:42 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:36 -0400 |
commit | 2d241c23d89be5810d2bf51c28ad76084bf95182 (patch) | |
tree | dd44df7a27f28d7a08f65372d1527323ca29e02d /npc/custom/quests | |
parent | b0b071305f967ae836722e7518455ee06089de01 (diff) | |
download | hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.gz hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.bz2 hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.tar.xz hercules-2d241c23d89be5810d2bf51c28ad76084bf95182.zip |
add missing constants to specialeffect calls
Diffstat (limited to 'npc/custom/quests')
-rw-r--r-- | npc/custom/quests/may_hats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/may_hats.txt b/npc/custom/quests/may_hats.txt index a1864f96f..d4103874f 100644 --- a/npc/custom/quests/may_hats.txt +++ b/npc/custom/quests/may_hats.txt @@ -17,7 +17,7 @@ gonryun,187,140,4 script Yakima 4_F_EINWOMAN,{ mes callfunc("F_Hi"); mes "I can make some items for you."; mes "They are quite rare novadays..."; - specialeffect 417; + specialeffect EF_HITBODY; next; switch (select("Bird Nest", "Lion Mask", "Skeleton Manteau", "Fashion Hip Sack", "Sales Banner", "Leave")) { case 1: |