Merge commit 'da794f34a56f7c88904315ae538de8f3790e6891' into bigmerge

This commit is contained in:
Melanie
2011-10-25 03:16:47 +01:00
9 changed files with 319 additions and 344 deletions

View File

@@ -2413,7 +2413,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
protected LSL_Key SaveAppearanceToNotecard(ScenePresence sp, string notecard)
{
IAvatarFactory appearanceModule = World.RequestModuleInterface<IAvatarFactory>();
IAvatarFactoryModule appearanceModule = World.RequestModuleInterface<IAvatarFactoryModule>();
if (appearanceModule != null)
{