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 | |
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>
-rw-r--r-- | npc/custom/healer.txt | 2 | ||||
-rw-r--r-- | npc/custom/warper.txt | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt index 72d3bafac..e8f640d2d 100644 --- a/npc/custom/warper.txt +++ b/npc/custom/warper.txt @@ -34,7 +34,7 @@ menu "Last Warp ^777777["+lastwarp$+"]^000000",-, message strcharinfo(0),"You haven't warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; - end; + close; // ------------------- Functions ------------------- // * Go("<map>",<x>,<y>); |