diff --git a/P3D/Battle/BattleSystemV2/Battle.vb b/P3D/Battle/BattleSystemV2/Battle.vb index a8917c945..9d60496bd 100644 --- a/P3D/Battle/BattleSystemV2/Battle.vb +++ b/P3D/Battle/BattleSystemV2/Battle.vb @@ -5718,7 +5718,7 @@ If .FieldEffects.OppWhirlpool > 0 Then 'Whirlpool .FieldEffects.OppWhirlpool -= 1 If .FieldEffects.OppWhirlpool = 0 Then - .BattleQuery.Add(New TextQueryObject(.OwnPokemon.GetDisplayName() & " was freed from Whirlpool!")) + .BattleQuery.Add(New TextQueryObject(.OppPokemon.GetDisplayName() & " was freed from Whirlpool!")) Else Dim multiHP As Integer = CInt(.OppPokemon.MaxHP / 8) If Not .OwnPokemon.Item Is Nothing And .FieldEffects.CanUseItem(True) = True And BattleScreen.FieldEffects.CanUseOwnItem(True, BattleScreen) = True Then diff --git a/lib/build/Pokemon3D.exe b/lib/build/Pokemon3D.exe index 6d4580e18..5b475c344 100644 Binary files a/lib/build/Pokemon3D.exe and b/lib/build/Pokemon3D.exe differ