This commit is contained in:
parent
1990e43ed3
commit
ac17c34b29
6 changed files with 527 additions and 9 deletions
|
|
@ -10,6 +10,7 @@ namespace Server.Items
|
|||
[Constructable]
|
||||
public ArcaneCircleAddon()
|
||||
{
|
||||
AddComponent( new AddonComponent( 0x3083 ), -1, -1, 0 );
|
||||
AddComponent( new AddonComponent( 0x3080 ), -1, 0, 0 );
|
||||
AddComponent( new AddonComponent( 0x3082 ), 0, -1, 0 );
|
||||
AddComponent( new AddonComponent( 0x3081 ), 1, -1, 0 );
|
||||
|
|
@ -18,7 +19,6 @@ namespace Server.Items
|
|||
AddComponent( new AddonComponent( 0x307E ), 1, 0, 0 );
|
||||
AddComponent( new AddonComponent( 0x307C ), 0, 1, 0 );
|
||||
AddComponent( new AddonComponent( 0x307B ), 1, 1, 0 );
|
||||
AddComponent( new AddonComponent( 0x3083 ), 1, 1, 0 );
|
||||
}
|
||||
|
||||
public ArcaneCircleAddon( Serial serial ) : base( serial )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue