playermobile.cs formatting issue
This commit is contained in:
parent
197867a825
commit
bf6f1dc812
1 changed files with 6 additions and 6 deletions
|
|
@ -3177,12 +3177,12 @@ namespace Server.Mobiles
|
|||
|
||||
private void InternalChangeHair( bool hair, int id, ref int storeID, ref int storeHue )
|
||||
{
|
||||
if ( storeID == -1 )
|
||||
{
|
||||
storeID = hair ? HairItemID : FacialHairItemID;
|
||||
storeHue = hair ? HairHue : FacialHairHue;
|
||||
}
|
||||
CreateHair( hair, id, 0 );
|
||||
if ( storeID == -1 )
|
||||
{
|
||||
storeID = hair ? HairItemID : FacialHairItemID;
|
||||
storeHue = hair ? HairHue : FacialHairHue;
|
||||
}
|
||||
CreateHair( hair, id, 0 );
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue