ModernUO/Projects/UOContent/Migrations/Server.Mobiles.Sheep.v0.json
Kamron Batman 3097eb4fa7
fix: Fixes Dice Infinite loop and deserialization of some items (#1360)
### Summary
- Fixes deserialization issues with some items.
- Changes Utility.Dice to prevent long iteration by passing `(uint)-1`
2023-03-05 18:29:48 -08:00

14 lines
No EOL
247 B
JSON
Generated

{
"version": 0,
"type": "Server.Mobiles.Sheep",
"properties": [
{
"name": "NextWoolTime",
"type": "System.DateTime",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
"DeltaTime"
]
}
]
}