HOTFIX: fix thunder converting abilities

This commit is contained in:
hppeng 2022-07-08 17:42:25 -07:00
parent b07d4d2fa5
commit 59e5a3303a
2 changed files with 3 additions and 1 deletions

View file

@ -578,6 +578,7 @@ const atrees = {
{ {
"type": "convert_spell_conv", "type": "convert_spell_conv",
"target_part": "all", "target_part": "all",
"base_spell": 3,
"conversion": "Thunder" "conversion": "Thunder"
} }
] ]
@ -3808,6 +3809,7 @@ const atrees = {
{ {
"type": "convert_spell_conv", "type": "convert_spell_conv",
"target_part": "all", "target_part": "all",
"base_spell": 1,
"conversion": "Thunder" "conversion": "Thunder"
}, },
{ {

File diff suppressed because one or more lines are too long