Fix CopyMove using wrong GetAttackByID function

This commit is contained in:
JappaWakka 2023-12-22 14:48:14 +01:00
parent a1c3c6f9da
commit c1cadd3078
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
If nonCommentLines = 1 Then
move.gmCopyMove = CInt(value)
Dim _attack As Attack = GameModeAttackLoader.GetAttackByID(move.gmCopyMove)
Dim _attack As Attack = Attack.GetAttackByID(move.gmCopyMove)
move.Power = _attack.Power
move.Accuracy = _attack.Accuracy
move.Name = _attack.Name