mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix Covet crash
This commit is contained in:
parent
aeb1a1829d
commit
6685465b90
@ -88,10 +88,10 @@ Namespace BattleSystem.Moves.Normal
|
||||
|
||||
If p.Item Is Nothing Then
|
||||
Dim ItemID As String
|
||||
If p.Item.IsGameModeItem = True Then
|
||||
ItemID = p.Item.gmID
|
||||
If op.Item.IsGameModeItem = True Then
|
||||
ItemID = op.Item.gmID
|
||||
Else
|
||||
ItemID = p.Item.ID.ToString
|
||||
ItemID = op.Item.ID.ToString
|
||||
End If
|
||||
|
||||
op.OriginalItem = Item.GetItemByID(ItemID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user