This commit is contained in:
@@ -213,4 +213,15 @@ func init() {
|
||||
}
|
||||
return false
|
||||
})
|
||||
|
||||
//形态固定
|
||||
PetItemRegistry.RegisterExact(300152, func(itemid uint32, onpet *model.PetInfo) bool {
|
||||
onpet.SkinID = onpet.ID
|
||||
return true
|
||||
})
|
||||
//形态固定
|
||||
PetItemRegistry.RegisterExact(300153, func(itemid uint32, onpet *model.PetInfo) bool {
|
||||
onpet.SkinID = 0
|
||||
return true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user