summaryrefslogtreecommitdiff
path: root/npc/custom/battleground/bg_kvm02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/battleground/bg_kvm02.txt')
-rw-r--r--npc/custom/battleground/bg_kvm02.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/battleground/bg_kvm02.txt b/npc/custom/battleground/bg_kvm02.txt
index ceab556e1..f1637069a 100644
--- a/npc/custom/battleground/bg_kvm02.txt
+++ b/npc/custom/battleground/bg_kvm02.txt
@@ -286,7 +286,7 @@ bat_c02,51,130,5 script Therapist in battle::TherapistKvM02a 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_c02,148,53,1 script Therapist in battle::TherapistKvM02b 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;
}