根据提供的code differences信息,由于没有具体的代码变更内容,我将生成一个通用的commit message模板:
``` docs(changelog): 更新版本更新日志 - 添加新功能说明 - 修复已知问题记录 - 更新相关文档内容 ```
This commit is contained in:
@@ -2,6 +2,7 @@ package input
|
||||
|
||||
import (
|
||||
"blazing/common/data/xmlres"
|
||||
"blazing/cool"
|
||||
"fmt"
|
||||
|
||||
"blazing/logic/service/common"
|
||||
@@ -71,7 +72,9 @@ func (our *Input) SortPet() {
|
||||
t := Geteffect(EffectType.NewSel, e1.EID)
|
||||
if t != nil {
|
||||
ef := t.ID()
|
||||
fmt.Println("初始化特性", ef.Suffix())
|
||||
if cool.Config.ServerInfo.IsDebug != 0 {
|
||||
fmt.Println("初始化特性", ef.Suffix())
|
||||
}
|
||||
|
||||
ef.SetCatchTime(s.Info.CatchTime)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user