diff options
author | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-05 01:54:05 +0800 |
---|---|---|
committer | j-tkay <joseph.tk.ea@gmail.com> | 2013-07-05 01:54:05 +0800 |
commit | 65a6455c3106c294328648dd6bbc28a4a225f2ea (patch) | |
tree | 3fe6b51d4693ee1b68c2588fa057efa209d54ca2 /npc/custom/healer.txt | |
parent | 6ced266cc8d41ce6a3c5323c22f295e37b3f5684 (diff) | |
download | hercules-65a6455c3106c294328648dd6bbc28a4a225f2ea.tar.gz hercules-65a6455c3106c294328648dd6bbc28a4a225f2ea.tar.bz2 hercules-65a6455c3106c294328648dd6bbc28a4a225f2ea.tar.xz hercules-65a6455c3106c294328648dd6bbc28a4a225f2ea.zip |
Follow up 28a9fec0916db3d92629ae6e6cd62b5777b09e73
- Fixed Bug #7469
- Fixed Bug #7468
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
Diffstat (limited to 'npc/custom/healer.txt')
-rw-r--r-- | npc/custom/healer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt index 7bd9119b2..d1cdbcfd4 100644 --- a/npc/custom/healer.txt +++ b/npc/custom/healer.txt @@ -28,7 +28,7 @@ } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { - specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; + specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; |