ModernUO/Projects/UOContent/Migrations/Server.Mobiles.Meraktus.v1.json
Kamron Batman 35237ff7d1
fix: Fixes leaking/errors caused by categorization (#1404)
### Summary
- [X] Fixes 4 TormentedMinotaur created at `(0, 0, 0) [null]` when `[add` is used.
- [X] Fixes client crash from a bug in HouseRaffleStone when `[add` is used.

Recommend viewing with [_whitespace disabled_](https://github.com/modernuo/ModernUO/pull/1404/files?diff=split&w=1)
2023-05-19 18:41:31 -07:00

15 lines
No EOL
289 B
JSON
Generated

{
"version": 1,
"type": "Server.Mobiles.Meraktus",
"properties": [
{
"name": "Followers",
"type": "Server.Mobile[]",
"rule": "ArrayMigrationRule",
"ruleArguments": [
"Server.Mobile",
"SerializableInterfaceMigrationRule"
]
}
]
}