Fix Knock Off Crash
This commit is contained in:
parent
2551f0d5c7
commit
32be5bbb67
|
@ -118,10 +118,10 @@
|
|||
End If
|
||||
|
||||
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)
|
||||
op.OriginalItem.AdditionalData = op.Item.AdditionalData
|
||||
|
|
Loading…
Reference in New Issue