fix props gump serial display
This commit is contained in:
parent
a5ec9fd519
commit
71532c1597
1 changed files with 2 additions and 2 deletions
|
|
@ -504,7 +504,7 @@ namespace Server.Gumps
|
|||
}
|
||||
else if ( o is Item )
|
||||
{
|
||||
return String.Format( "(I) 0x{0:X}", ((Item)o).Serial );
|
||||
return String.Format( "(I) 0x{0:X}", ((Item)o).Serial.Value );
|
||||
}
|
||||
else if ( o is Type )
|
||||
{
|
||||
|
|
@ -692,7 +692,7 @@ namespace Server.Gumps
|
|||
}
|
||||
else if ( o is Item )
|
||||
{
|
||||
return String.Format( "(I) 0x{0:X}", ((Item)o).Serial );
|
||||
return String.Format( "(I) 0x{0:X}", ((Item)o).Serial.Value );
|
||||
}
|
||||
else if ( o is Type )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue