根据提供的code differences信息,我无法看到具体的代码变更内容。由于code differences部分为空白,我将提供一个通用的示例格式:
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
``` docs(readme): 更新文档说明 - 添加了项目使用说明 - 补充了配置项解释 - 修正了错误的示例代码 ``` 注意:由于没有具体的代码差异信息,无法生成准确的commit
This commit is contained in:
@@ -19,12 +19,20 @@ func (h Controller) HanLiuQiang(data *C2S_2608, c *player.Player) (result *fight
|
||||
return
|
||||
}
|
||||
|
||||
if cool.Config.ServerInfo.IsVip != 0 {
|
||||
c.ItemAdd(500655, 1)
|
||||
pet := model.GenPetInfo(315, 31, -1, -1, 100, nil, 0)
|
||||
pet.FixShiny()
|
||||
c.Service.Pet.PetAdd(pet)
|
||||
if cool.Config.ServerInfo.IsVip == 0 {
|
||||
return
|
||||
}
|
||||
c.ItemAdd(500655, 1)
|
||||
|
||||
pet := model.GenPetInfo(426, 31, -1, -1, 100, nil, 0)
|
||||
|
||||
c.Service.Pet.PetAdd(pet)
|
||||
pet = model.GenPetInfo(1567, 31, -1, -1, 100, nil, 0)
|
||||
|
||||
c.Service.Pet.PetAdd(pet)
|
||||
pet = model.GenPetInfo(505, 31, -1, -1, 100, nil, 0)
|
||||
|
||||
c.Service.Pet.PetAdd(pet)
|
||||
return result, -1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user