Commit 1321f03b9bcd82b03e4a73f4e2971e2eff35b227

Authored by zhouhaihai
2 parents 7153dab0 a205084c

Merge branch 'develop' into player

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -299,11 +299,6 @@ function RolePlugin.bind(Role)
299 299 type= heroType,
300 300 }
301 301  
302   - -- 需要删除的临时代码
303   - if heroType == 110 then
304   - heroInfo.wakeL = 5
305   - end
306   -
307 302 local newHero = require("models.Hero").new(heroInfo)
308 303 newHero:create()
309 304 newHero.owner = self
... ...