ModernUO/Projects/UOContent/Migrations/Server.Items.AnkhOfSacrificeDeed.v0.json
Kamron Batman 127ca5e51e
fix: Fixes veteran rewards (#1374)
### Summary
- [X] Fixes a bug in wall banner East setter: [[ServerUO#5046]](https://github.com/ServUO/ServUO/pull/5046)
- [X] Eliminates the timer in tree stump.
- [X] Codegens the rewards
2023-03-12 17:28:51 -07:00

14 lines
No EOL
239 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.AnkhOfSacrificeDeed",
"properties": [
{
"name": "IsRewardItem",
"type": "bool",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}