summaryrefslogtreecommitdiff
path: root/npc/custom/battleground/bg_kvm01.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-05-27 17:42:42 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-03 12:57:36 -0400
commit2d241c23d89be5810d2bf51c28ad76084bf95182 (patch)
treedd44df7a27f28d7a08f65372d1527323ca29e02d /npc/custom/battleground/bg_kvm01.txt
parentb0b071305f967ae836722e7518455ee06089de01 (diff)
downloadhercules-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/battleground/bg_kvm01.txt')
-rw-r--r--npc/custom/battleground/bg_kvm01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/battleground/bg_kvm01.txt b/npc/custom/battleground/bg_kvm01.txt
index b4c2db58f..a66e202e3 100644
--- a/npc/custom/battleground/bg_kvm01.txt
+++ b/npc/custom/battleground/bg_kvm01.txt
@@ -286,7 +286,7 @@ bat_c01,51,130,5 script Therapist in battle::TherapistKvM01a 4_F_SISTER,{
mes "[Therapist in battle]";
mes "Just close your eyes, and take a deep breathe.";
mes "You can be free from pain.";
- specialeffect(312, AREA, playerattached());
+ specialeffect(EF_HEAL, AREA, playerattached());
close;
}
@@ -294,7 +294,7 @@ bat_c01,148,53,1 script Therapist in battle::TherapistKvM01b 4_F_SISTER,{
mes "[Therapist in battle]";
mes "Just close your eyes, and take a deep breathe.";
mes "You can be free from pain.";
- specialeffect(312, AREA, playerattached());
+ specialeffect(EF_HEAL, AREA, playerattached());
close;
}