diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 701f2aa..b28a4a6 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5063,7 +5063,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5063 | if (handlerUpdateInventoryItem != null) | 5063 | if (handlerUpdateInventoryItem != null) |
5064 | { | 5064 | { |
5065 | InventoryItemBase itemUpd = new InventoryItemBase(); | 5065 | InventoryItemBase itemUpd = new InventoryItemBase(); |
5066 | itemUpd = null; | ||
5067 | itemUpd.ID = update.InventoryData[i].ItemID; | 5066 | itemUpd.ID = update.InventoryData[i].ItemID; |
5068 | itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name); | 5067 | itemUpd.Name = Util.FieldToString(update.InventoryData[i].Name); |
5069 | itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description); | 5068 | itemUpd.Description = Util.FieldToString(update.InventoryData[i].Description); |