From afd08c747736e18a9f8322c19103ceb703e10873 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 8 May 2008 14:09:12 +0000 Subject: * Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index aa27fdd..51c7184 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -2930,6 +2930,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP argument.Duration = viewer.Effect[i].Duration; argument.ID = viewer.Effect[i].ID; argument.Type = viewer.Effect[i].Type; + argument.TypeData = viewer.Effect[i].TypeData; args.Add(argument); } -- cgit v1.1