Commit a55177a3d2a59919b59934d9555efdd5255e6f2a

Authored by zhouhaihai
1 parent 22b2987b

bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvBlock.lua
@@ -70,7 +70,7 @@ function Block:updateEvent(event, isInit) @@ -70,7 +70,7 @@ function Block:updateEvent(event, isInit)
70 em[oldet] =1 70 em[oldet] =1
71 end 71 end
72 if newet then 72 if newet then
73 - em[oldet] =1 73 + em[newet] =1
74 end 74 end
75 75
76 local player = self.room.map.adv.battle.player 76 local player = self.room.map.adv.battle.player