diff options
Diffstat (limited to 'npc')
-rwxr-xr-x | npc/009-7/mapflags.txt | 1 | ||||
-rwxr-xr-x | npc/012-3/mana-seed.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/009-7/mapflags.txt b/npc/009-7/mapflags.txt index c3928697..104ea626 100755 --- a/npc/009-7/mapflags.txt +++ b/npc/009-7/mapflags.txt @@ -1,3 +1,2 @@ 009-7 mapflag noteleport 009-7 mapflag monster_noteleport -009-7 mapflag nopvp diff --git a/npc/012-3/mana-seed.txt b/npc/012-3/mana-seed.txt index 3712af51..b4c69999 100755 --- a/npc/012-3/mana-seed.txt +++ b/npc/012-3/mana-seed.txt @@ -210,7 +210,7 @@ L_Magic_levelup: @SUP_xp = @exp_bonus[1 + getskilllv(SKILL_MAGIC)]; @SUP_lvl = 1 + getskilllv(SKILL_MAGIC); callfunc "SkillUp"; - heal 0, 10000, 1; + heal 0, 10000; next; goto L_End; |