diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 18:24:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 18:24:31 -0300 |
commit | be9506a97555280ce08ff4b7000d95508e1e3dbf (patch) | |
tree | da81e5c9ff1bacb102d8c59e670fb9624a2db984 /npc/012-3 | |
parent | aab42b9b921be4dcc4b5889afdf59e49330b9295 (diff) | |
download | serverdata-be9506a97555280ce08ff4b7000d95508e1e3dbf.tar.gz serverdata-be9506a97555280ce08ff4b7000d95508e1e3dbf.tar.bz2 serverdata-be9506a97555280ce08ff4b7000d95508e1e3dbf.tar.xz serverdata-be9506a97555280ce08ff4b7000d95508e1e3dbf.zip |
Down to 340 bugs; Mostly shops but have a few serious ones as well.
Diffstat (limited to 'npc/012-3')
-rwxr-xr-x | npc/012-3/mana-seed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |