diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/event.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 9ee38c27b..3e0086371 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -344,7 +344,6 @@ function script CraftmasterDay { // Autocraft (1%) if (rand2(10000) < 100) { - .@lv=min(200, getmonsterinfo(killedrid, MOB_LV)); .@rc=any(rand2(51, 62), 65, 66, rand2(72, 76), rand2(77, 81), 82, 98, 99, 100, rand2(93, 97), rand2(88, 91), rand(83, 87), 92, 101, rand2(102,117), any(122, 112), rand2(125, 134), rand2(135, 143)); |