This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -753,8 +753,8 @@ namespace Server.Items
|
|||
|
||||
int version = reader.ReadInt();
|
||||
|
||||
if ( Hue != 0x8A4 )
|
||||
Hue = 0x8A4;
|
||||
/*if ( Hue != 0x8A4 )
|
||||
Hue = 0x8A4;*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -813,8 +813,8 @@ namespace Server.Items
|
|||
|
||||
int version = reader.ReadInt();
|
||||
|
||||
if ( Hue != 0 && (Hue < 2101 || Hue > 2130) )
|
||||
Hue = GetRandomHue();
|
||||
/*if ( Hue != 0 && (Hue < 2101 || Hue > 2130) )
|
||||
Hue = GetRandomHue();*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue