diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-18 23:56:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-18 23:56:36 -0300 |
commit | 51cd44a14e73961ecd8ce8851307da73045884cb (patch) | |
tree | 1a5722f5eaf2dcb53757aef69fb06b42b7657bc8 | |
parent | 58d01a9417527720423fb99025b267d02f656d98 (diff) | |
download | serverdata-51cd44a14e73961ecd8ce8851307da73045884cb.tar.gz serverdata-51cd44a14e73961ecd8ce8851307da73045884cb.tar.bz2 serverdata-51cd44a14e73961ecd8ce8851307da73045884cb.tar.xz serverdata-51cd44a14e73961ecd8ce8851307da73045884cb.zip |
Def fix
-rw-r--r-- | npc/magic/level1-summon-maggots.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/magic/level1-summon-maggots.txt b/npc/magic/level1-summon-maggots.txt index 73158d19..6011d52c 100644 --- a/npc/magic/level1-summon-maggots.txt +++ b/npc/magic/level1-summon-maggots.txt @@ -20,7 +20,6 @@ function script SK_Jande { .@lifetime=59+@skillLv; .@lifetime = .@lifetime * (50 + abizit() * rand2(5,6)) / 100; .@lifetime = min(.@lifetime, 75); - .@lifetime *= 1000; summon("Summoned Monster", ManaGuard, .@lifetime); return; } |