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/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 60b49ab..277eb88 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -245,6 +245,7 @@ namespace OpenSim.Framework public float Duration; public LLUUID ID; public byte Type; + public byte[] TypeData; } public class LandUpdateArgs : EventArgs -- cgit v1.1