This commit is contained in:
@@ -46,7 +46,7 @@ func (o *OgrePetInfo) FixSHiny() {
|
||||
|
||||
if co != nil && len(o.ShinyInfo) == 0 {
|
||||
o.ShinyInfo = append(o.ShinyInfo, *co)
|
||||
o.Item = append(o.Item, 400687+int64(xmlres.PetMAP[int(o.ID)].Type))
|
||||
o.Item = append(o.Item, 400686+int64(xmlres.PetMAP[int(o.ID)].Type))
|
||||
}
|
||||
|
||||
}
|
||||
@@ -59,7 +59,7 @@ func (o *OgrePetInfo) RandomByWeightShiny() {
|
||||
|
||||
if co != nil && len(o.ShinyInfo) == 0 {
|
||||
o.ShinyInfo = append(o.ShinyInfo, *co)
|
||||
o.Item = append(o.Item, 400687+int64(xmlres.PetMAP[int(o.ID)].Type))
|
||||
o.Item = append(o.Item, 400686+int64(xmlres.PetMAP[int(o.ID)].Type))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user