* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.

This commit is contained in:
Adam Frisby
2008-05-08 14:09:12 +00:00
parent 2eecc9756a
commit afd08c7477
3 changed files with 3 additions and 2 deletions

View File

@@ -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);
}