This commit is contained in:
mark 2009-05-24 06:24:14 +00:00
parent b2356de9b4
commit b2349aed25
2 changed files with 3 additions and 2 deletions

View file

@ -415,7 +415,7 @@ namespace Server.Items
}
[Constructable]
public BrocadeSquareGozaMatEastAddon()
public BrocadeSquareGozaMatEastAddon( int hue )
{
AddComponent( new LocalizedAddonComponent( 0x28AE, 1030688 ), 0, 0, 0 );
Hue = hue;
@ -481,7 +481,7 @@ namespace Server.Items
}
[Constructable]
public BrocadeSquareGozaMatSouthAddon()
public BrocadeSquareGozaMatSouthAddon( int hue )
{
AddComponent( new LocalizedAddonComponent( 0x28AF, 1030688 ), 0, 0, 0 );
Hue = hue;

View file

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Text;
using Server;
using Server.ContextMenus;
using Server.Network;
using Server.Gumps;
using Server.Multis;