feat: Adds item graphic size to Bounds.bin and makes item graphic offset available to gumps (#2115)
This commit is contained in:
parent
772511d1e8
commit
40479c946a
12 changed files with 96 additions and 50 deletions
|
|
@ -187,7 +187,7 @@ namespace Server.Gumps
|
|||
Console.WriteLine("Type {0} does not have a valid item id or shrink table entry.", obj.Type);
|
||||
}
|
||||
|
||||
var bounds = ItemBounds.Table[itemID];
|
||||
var bounds = ItemBounds.Bounds[itemID];
|
||||
|
||||
if (itemID != 1 && bounds.Height < EntryHeight * 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue