HOTFIX: fix thunder converting abilities
This commit is contained in:
parent
b07d4d2fa5
commit
59e5a3303a
2 changed files with 3 additions and 1 deletions
|
@ -578,6 +578,7 @@ const atrees = {
|
|||
{
|
||||
"type": "convert_spell_conv",
|
||||
"target_part": "all",
|
||||
"base_spell": 3,
|
||||
"conversion": "Thunder"
|
||||
}
|
||||
]
|
||||
|
@ -3808,6 +3809,7 @@ const atrees = {
|
|||
{
|
||||
"type": "convert_spell_conv",
|
||||
"target_part": "all",
|
||||
"base_spell": 1,
|
||||
"conversion": "Thunder"
|
||||
},
|
||||
{
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue