Commit 684dcd2b authored by nanahira's avatar nanahira

fix_level

parent 6a222e91
......@@ -42,7 +42,7 @@ function Auxiliary.LoadDB()
elseif (cat & TYPE_TOKEN)==0 then
if (cat & TYPE_MONSTER)>0 then
table.insert(main_monster,code)
if lv>5 then
if lv>4 then
table.insert(main_adv,code)
else
table.insert(main_plain,code)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment