Commit 397608b33e2b92e9dc6befc3a02ac67d29b7e227

Authored by zhouhaihai
1 parent a5f45fce

冒险错了

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/Adv.lua
... ... @@ -1847,7 +1847,7 @@ function Adv:enemyDead(enemy, escape)
1847 1847  
1848 1848 -- 自身带的掉落是不会被改变的 也不会被加成
1849 1849 if block.event.item and block.event.item[1] ~= 0 then
1850   - table.insert(drops, block.event.item, 1)
  1850 + table.insert(drops, 1, block.event.item)
1851 1851 end
1852 1852  
1853 1853 -- 清空当前的格子
... ...