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/events/valentinesdayexp.txt | |
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/events/valentinesdayexp.txt')
-rw-r--r-- | npc/custom/events/valentinesdayexp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/events/valentinesdayexp.txt b/npc/custom/events/valentinesdayexp.txt index 85fa28d20..33339dcd9 100644 --- a/npc/custom/events/valentinesdayexp.txt +++ b/npc/custom/events/valentinesdayexp.txt @@ -25,7 +25,7 @@ prontera,156,172,4 script Tine 1_M_MERCHANT,{ mes "The legend says that on 14th February... on the Day of Saint Valentine..."; mes "Only in Run-Midgard kingdom..."; next; - specialeffect 417; + specialeffect EF_HITBODY; mes "[Tine]"; mes "Some married chocolate lovers almost double their experience at trainings!"; mes "But everything isn't so simply..."; |