Commit a205084ce10f3c9c9651d07a9e317682ea04d4a4

Authored by zhouhaihai
1 parent d50e25fa

无用代码

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
... ...