summaryrefslogtreecommitdiff
path: root/npc/quests/quests_ayothaya.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-16 15:12:01 +0200
committerGitHub <noreply@github.com>2016-10-16 15:12:01 +0200
commitfd5292f70192c61956556b3c53c68485938a022e (patch)
tree025a3a24d8b6bfddcf86ec3002c5d3cfbeeb1d96 /npc/quests/quests_ayothaya.txt
parent9805dcccbb3f8e5d400d4976486a6b41edfc1af0 (diff)
parent2f06704ee2f6be5566e8cbff0fd29a1238c7cae5 (diff)
downloadhercules-fd5292f70192c61956556b3c53c68485938a022e.tar.gz
hercules-fd5292f70192c61956556b3c53c68485938a022e.tar.bz2
hercules-fd5292f70192c61956556b3c53c68485938a022e.tar.xz
hercules-fd5292f70192c61956556b3c53c68485938a022e.zip
Merge pull request #1473 from Ridley8819/0hp
Fix cases were player were executed
Diffstat (limited to 'npc/quests/quests_ayothaya.txt')
-rw-r--r--npc/quests/quests_ayothaya.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_ayothaya.txt b/npc/quests/quests_ayothaya.txt
index 61f3d821c..f409782c8 100644
--- a/npc/quests/quests_ayothaya.txt
+++ b/npc/quests/quests_ayothaya.txt
@@ -1947,7 +1947,7 @@ ayo_dun01,272,26,0 duplicate(AyoTrap1) #th_dun1_1_4 HIDDEN_NPC
ayo_dun01,26,27,0 script #th_dun1_1::AyoTrap2 FAKE_NPC,1,1,{
OnTouch:
- percentheal -100,0;
+ unitkill getcharid(CHAR_ID_ACCOUNT);
end;
}